Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
caiyue1993 committed May 25, 2021
1 parent 1eb9550 commit 634f8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IceCream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'IceCream'
s.version = '2.0.0'
s.version = '2.0.2'
s.summary = 'Sync Realm with CloudKit'
s.description = <<-DESC
Sync Realm Database with CloudKit, written in Swift. It works just like magic.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Using Swift Package Manager, Carthage or CocoaPods.
From Xcode 11, you can use [Swift Package Manager](https://swift.org/package-manager/) to add IceCream and its dependencies to your project.

Select File > Swift Packages > Add Package Dependency. Enter https://github.com/caiyue1993/IceCream.git in the "Choose Package Repository" dialog.
In the next page, specify the version resolving rule as "Up to Next Major" with "1.13.1" as its earliest version.
In the next page, specify the version resolving rule as "Up to Next Major" with "2.0.2" as its earliest version.
After Xcode checking out the source and resolving the version, you can choose the "IceCream" library and add it to your app target.

If you encounter any problem or have a question on adding the package to an Xcode project, I suggest reading the [Adding Package Dependencies to Your App](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app) guide article from Apple.
Expand Down

0 comments on commit 634f8a2

Please sign in to comment.