Created
February 8, 2013 09:26
-
-
Save mingder78/4737664 to your computer and use it in GitHub Desktop.
my Podfile file
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
| $ cat Podfile | |
| platform :ios, '5.0' | |
| pod 'InAppSettingsKit', '~> 1.0' | |
| pod 'Reachability', '~> 3.1.0' | |
| pod 'AFNetworking' | |
| pod 'GDataXML-HTML', '~> 1.0.0' | |
| pod 'JSONKit', '~> 1.4' | |
| pod 'SVProgressHUD', '~> 0.9' | |
| pod 'ShareKit' | |
| $ pod install | |
| Resolving dependencies of `./Podfile' | |
| Updating spec repositories | |
| Cocoapods 0.16.2 is available. | |
| Resolving dependencies for target `default' (iOS 5.0) | |
| Downloading dependencies | |
| Installing AFNetworking (1.1.0) | |
| Installing Evernote-SDK-iOS (1.0.1) | |
| Installing Facebook-iOS-SDK (3.1.1) | |
| Installing GDataXML-HTML (1.0.0) | |
| Installing InAppSettingsKit (1.0) | |
| Installing JSONKit (1.5pre) | |
| Installing objectiveflickr (2.0.2) | |
| Installing Reachability (3.1.0) | |
| Installing SBJson (3.2) | |
| Installing ShareKit (2.1) | |
| Installing SSKeychain (0.2.1) | |
| Installing SVProgressHUD (0.9) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment