Skip to content

Instantly share code, notes, and snippets.

@Eridana
Created February 16, 2015 12:38
Show Gist options
  • Select an option

  • Save Eridana/6a60d76bef333333d5fc to your computer and use it in GitHub Desktop.

Select an option

Save Eridana/6a60d76bef333333d5fc to your computer and use it in GitHub Desktop.
Install cocoapods
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