Libr IOS App ============= ## Uasage ``` git clone https://github.com/Librcn/Libr-ios cd Libr-ios ``` ``` git submodule update --init --recursive ``` ``` open librx.xcodeproj ``` ## Requirements * Xcode 6.3.1 * ISO 8 ## Dependency * Alamofire ### Install Denpendency 1, Install carthage ``` brew update // if requirement brew install carthage ``` 2, Update Denpendency ``` Carthage update ``` Usage: ``` archive # Archives a built framework into a zip that Carthage can use bootstrap # Check out and build the project's dependencies build # Build the project's dependencies checkout # Check out the project's dependencies copy-frameworks # In a Run Script build phase, copies each framework specified by a SCRIPT_INPUT_FILE environment variable into the built app bundle fetch #Clones or fetches a Git repository ahead of time help #Display general or command-specific help update #Update and rebuild the project's dependencies version #Display the current version of Carthage ```