Skip to content

Instantly share code, notes, and snippets.

@codeincontext
Created May 9, 2013 12:25
Show Gist options
  • Select an option

  • Save codeincontext/5547146 to your computer and use it in GitHub Desktop.

Select an option

Save codeincontext/5547146 to your computer and use it in GitHub Desktop.
The CocoaPods I'm using in this current iOS project. Check them out, because they're all super useful
platform :ios, '5.0'
pod 'AFNetworking', '1.1.0'
pod 'AdMob', '6.2.1'
pod 'HockeySDK', '3.0.0'
pod 'Facebook-iOS-SDK', '3.2.1'
pod 'StyledPageControl', '1.0'
pod 'BSKeyboardControls', '2.0'
pod 'GoogleAnalytics-iOS-SDK', '2.0beta4'
pod 'AFHTTPRequestOperationLogger', '0.10.0'
pod 'SVProgressHUD', '0.9'
pod 'UICKeyChainStore', '1.0.0'
pod 'TPKeyboardAvoiding', '0.0.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment