A Swift implementation of the Readium-2 streamer
Add the following line to your Cartfile
github "readium/r2-navigator-swift"
Then run carthage update --platform ios to fetch and build the dependencies.
In your Swift files :
// Swift source file
import R2NavigatorThe project dependencies are managed with Carthage.
Run carthage update --platform ios to fetch and build the dependencies:
- r2-shared-swift : Contains the definitions of shared custom types used across the readium-2 Swift projects.