An open source application for the iOS platform written in Swift
If you wish to build LibraryBox iOS yourself, you will need the following components:
- Xcode (version > 7.3)
- OS X SDK (10.11 or later)
- Git
- Cocoapods
After cloning the repository, run the following commands inside the repository root:
pod install
to install dependencies (AeroGearHttp, AeroGearOAuth2)