Skip to content

Instantly share code, notes, and snippets.

@rodrigomaia
Created March 24, 2012 18:42
Show Gist options
  • Save rodrigomaia/2186403 to your computer and use it in GitHub Desktop.
Save rodrigomaia/2186403 to your computer and use it in GitHub Desktop.
Install CocoaPods
gem install cocoapods
cd PastaDoProjeto
mate Podfile
platform :ios
dependency 'AFNetworking', '0.9.1'
dependency 'JSONKit', '1.4'
pod setup
pod install
pod install GetGlue.xcodeproj
open .
projeto.xcworkspace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment