Created
February 16, 2015 12:38
-
-
Save Eridana/6a60d76bef333333d5fc to your computer and use it in GitHub Desktop.
Install cocoapods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) $ sudo gem install cocoapods (gem will get installed in Ruby inside System library) | |
| 2) create a xcode project | |
| 3) Open terminal | |
| 4) cd "$ path to your project root directory" | |
| 5) $ touch podfile | |
| 6) open -e podfile | |
| 7) pod 'AFNetworking', '0.9.1' (Cocoapods Podfile name ) | |
| 8) pod install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment