@@ -42,7 +42,7 @@ If you're stuck, find more information at [developer.apple.com](https://develope
42
42
Add the following to your ` Cartfile ` :
43
43
44
44
```
45
- github "readium/swift-toolkit" ~> 2.4 .0
45
+ github "readium/swift-toolkit" ~> 2.5 .0
46
46
```
47
47
48
48
Then, [ follow the usual Carthage steps] ( https://github.com/Carthage/Carthage#adding-frameworks-to-an-application ) to add the Readium libraries to your project.
@@ -51,28 +51,30 @@ Note that Carthage will build all Readium modules and their dependencies, but yo
51
51
52
52
Refer to the following table to know which dependencies are required for each Readium library.
53
53
54
- | | ` R2Shared ` | ` R2Streamer ` | ` R2Navigator ` | ` ReadiumOPDS ` | ` ReadiumLCP ` |
55
- | -----------------| :------------------:| :------------------:| :------------------:| :------------------:| :------------------:|
56
- | ** ` R2Shared ` ** | | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
57
- | ` CryptoSwift ` | | :heavy_check_mark : | | | :heavy_check_mark : |
58
- | ` DifferenceKit ` | | | :heavy_check_mark : | | |
59
- | ` Fuzi ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
60
- | ` GCDWebServer ` | | :heavy_check_mark : | | | |
61
- | ` Minizip ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
62
- | ` SQLite.swift ` | | | | | :heavy_check_mark : |
63
- | ` SwiftSoup ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
64
- | ` ZIPFoundation ` | | | | | :heavy_check_mark : |
54
+ | | ` R2Shared ` | ` R2Streamer ` | ` R2Navigator ` | ` ReadiumOPDS ` | ` ReadiumLCP ` |
55
+ | -----------------------| :------------------:| :------------------:| :------------------:| :------------------:| :------------------:|
56
+ | ** ` R2Shared ` ** | | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
57
+ | ** ` ReadiumInternal ` ** | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
58
+ | ` CryptoSwift ` | | :heavy_check_mark : | | | :heavy_check_mark : |
59
+ | ` DifferenceKit ` | | | :heavy_check_mark : | | |
60
+ | ` Fuzi ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
61
+ | ` GCDWebServer ` | | :heavy_check_mark : | | | |
62
+ | ` Minizip ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
63
+ | ` SQLite.swift ` | | | | | :heavy_check_mark : |
64
+ | ` SwiftSoup ` | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : | :heavy_check_mark : |
65
+ | ` ZIPFoundation ` | | | | | :heavy_check_mark : |
65
66
66
67
### CocoaPods
67
68
68
69
Add the following ` pod ` statements to your ` Podfile ` for the Readium libraries you want to use:
69
70
70
71
```
71
- pod 'R2Shared', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.4.0/Support/CocoaPods/ReadiumShared.podspec'
72
- pod 'R2Streamer', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.4.0/Support/CocoaPods/ReadiumStreamer.podspec'
73
- pod 'R2Navigator', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.4.0/Support/CocoaPods/ReadiumNavigator.podspec'
74
- pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.4.0/Support/CocoaPods/ReadiumOPDS.podspec'
75
- pod 'ReadiumLCP', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.4.0/Support/CocoaPods/ReadiumLCP.podspec'
72
+ pod 'R2Shared', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.5.0/Support/CocoaPods/ReadiumShared.podspec'
73
+ pod 'R2Streamer', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.5.0/Support/CocoaPods/ReadiumStreamer.podspec'
74
+ pod 'R2Navigator', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.5.0/Support/CocoaPods/ReadiumNavigator.podspec'
75
+ pod 'ReadiumOPDS', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.5.0/Support/CocoaPods/ReadiumOPDS.podspec'
76
+ pod 'ReadiumLCP', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.5.0/Support/CocoaPods/ReadiumLCP.podspec'
77
+ pod 'ReadiumInternal', podspec: 'https://raw.githubusercontent.com/readium/swift-toolkit/2.5.0/Support/CocoaPods/ReadiumInternal.podspec'
76
78
77
79
# Required if you use R2Streamer.
78
80
pod 'GCDWebServer', podspec: 'https://raw.githubusercontent.com/readium/GCDWebServer/3.7.3/GCDWebServer.podspec'
0 commit comments