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
+7-7
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope
44
44
Add the following to your `Cartfile`:
45
45
46
46
```
47
-
github "readium/swift-toolkit" ~> 2.7.1
47
+
github "readium/swift-toolkit" ~> 2.7.2
48
48
```
49
49
50
50
Then, [follow the usual Carthage steps](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) to add the Readium libraries to your project.
@@ -71,12 +71,12 @@ Refer to the following table to know which dependencies are required for each Re
71
71
Add the following `pod` statements to your `Podfile` for the Readium libraries you want to use:
72
72
73
73
```
74
-
pod 'R2Shared', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.1/Support/CocoaPods/ReadiumShared.podspec'
75
-
pod 'R2Streamer', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.1/Support/CocoaPods/ReadiumStreamer.podspec'
76
-
pod 'R2Navigator', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.1/Support/CocoaPods/ReadiumNavigator.podspec'
77
-
pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.1/Support/CocoaPods/ReadiumOPDS.podspec'
78
-
pod 'ReadiumLCP', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.1/Support/CocoaPods/ReadiumLCP.podspec'
79
-
pod 'ReadiumInternal', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.1/Support/CocoaPods/ReadiumInternal.podspec'
74
+
pod 'R2Shared', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.2/Support/CocoaPods/ReadiumShared.podspec'
75
+
pod 'R2Streamer', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.2/Support/CocoaPods/ReadiumStreamer.podspec'
76
+
pod 'R2Navigator', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.2/Support/CocoaPods/ReadiumNavigator.podspec'
77
+
pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.2/Support/CocoaPods/ReadiumOPDS.podspec'
78
+
pod 'ReadiumLCP', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.2/Support/CocoaPods/ReadiumLCP.podspec'
79
+
pod 'ReadiumInternal', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.7.2/Support/CocoaPods/ReadiumInternal.podspec'
80
80
81
81
# Required if you use R2Streamer.
82
82
pod 'ReadiumGCDWebServer', podspec: 'https://raw.githubusercontent.com/readium/GCDWebServer/4.0.0/GCDWebServer.podspec'
0 commit comments