Skip to content

Instantly share code, notes, and snippets.

@onmyway133
Created July 12, 2014 14:57
Show Gist options
  • Save onmyway133/66091fbe063d82536dc1 to your computer and use it in GitHub Desktop.
Save onmyway133/66091fbe063d82536dc1 to your computer and use it in GitHub Desktop.
Podfile
platform :ios, '7.0'
target :MyApp, :exclusive => true do
pod 'KVOController'
pod 'CleanTableViewDataSource'
pod 'Mantle', '~> 1.5'
pod 'AFNetworking', '~> 2.2'
pod 'Ono'
pod 'SVProgressHUD', '~> 1.0'
pod 'WYPopoverController', '~> 0.2.0'
pod 'RXCollections'
pod 'Facebook-iOS-SDK', '~> 3.15.0'
pod 'google-plus-ios-sdk', '~> 1.5.1'
pod 'TMCache', '~> 1.2'
pod 'FlurrySDK'
pod 'FLKAutoLayout'
pod 'SIAlertView', '~> 1.3'
end
target :MyAppTests, :exclusive => true do
pod 'Kiwi', '~> 2.3'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment