-
Install xcode
-
Get the repo
git clone https://github.com/cloudspace/iOS-EasyReader
-
Install cocoapods if it is not already setup
gem install cocoapods pod setup
-
Add the cloudspace cocoapod repo for access to some cloudspace only libraries.
cd ~/path/to/project pod repo add Cloudspace-iOS-Pods https://github.com/cloudspace/Cloudspace-iOS-PodSpecs pod install
-
Open the project in xcode using 'EasyReader.xcworkspace'. Do not open it with 'EasyReader.xcodeproj'.
-
Build and run the project