You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope
45
45
Add the following to your `Cartfile`:
46
46
47
47
```
48
-
github "readium/swift-toolkit" ~> 3.0.0-beta.2
48
+
github "readium/swift-toolkit" ~> 3.0.0
49
49
```
50
50
51
51
Then, [follow the usual Carthage steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the Readium libraries to your project.
@@ -74,11 +74,11 @@ Add the following `pod` statements to your `Podfile` for the Readium libraries y
74
74
source 'https://github.com/readium/podspecs'
75
75
source 'https://cdn.cocoapods.org/'
76
76
77
-
pod 'ReadiumShared', '~> 3.0.0-beta.2'
78
-
pod 'ReadiumStreamer', '~> 3.0.0-beta.2'
79
-
pod 'ReadiumNavigator', '~> 3.0.0-beta.2'
80
-
pod 'ReadiumOPDS', '~> 3.0.0-beta.2'
81
-
pod 'ReadiumLCP', '~> 3.0.0-beta.2'
77
+
pod 'ReadiumShared', '~> 3.0.0'
78
+
pod 'ReadiumStreamer', '~> 3.0.0'
79
+
pod 'ReadiumNavigator', '~> 3.0.0'
80
+
pod 'ReadiumOPDS', '~> 3.0.0'
81
+
pod 'ReadiumLCP', '~> 3.0.0'
82
82
```
83
83
84
84
Take a look at [CocoaPods's documentation](https://guides.cocoapods.org/using/using-cocoapods.html) for more information.
0 commit comments