Skip to content

Instantly share code, notes, and snippets.

@mingder78
Created February 8, 2013 09:26
Show Gist options
  • Select an option

  • Save mingder78/4737664 to your computer and use it in GitHub Desktop.

Select an option

Save mingder78/4737664 to your computer and use it in GitHub Desktop.
my Podfile file
$ 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