Created
July 12, 2014 14:57
-
-
Save onmyway133/66091fbe063d82536dc1 to your computer and use it in GitHub Desktop.
Podfile
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, '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