Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1008 Bytes

File metadata and controls

33 lines (19 loc) · 1008 Bytes

BSD-3 Carthage compatible

r2-navigator-swift

A Swift implementation of the Readium-2 streamer

Adding the library to your iOS project

Carthage

Add the following line to your Cartfile

github "readium/r2-navigator-swift"

Then run carthage update --platform ios to fetch and build the dependencies.

Import

In your Swift files :

// Swift source file

import R2Navigator

Installing dependencies (for developers)

The 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.