Created
May 9, 2013 12:25
-
-
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
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
| 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