Created
December 19, 2012 02:53
-
-
Save anonymous/4333982 to your computer and use it in GitHub Desktop.
This file contains 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, '6.0' | |
pod 'DCIntrospect', '~> 0.0.2' | |
pod 'Facebook-iOS-SDK', '~> 3.1.1' | |
pod 'InAppSettingsKit', '~> 1.0' | |
pod 'JSONKit', '~> 1.5pre' | |
pod 'MagicalRecord', '~> 2.0.7' | |
pod 'MKNetworkKit', '0.85.1' | |
pod 'Nimbus', '0.9.3' | |
pod 'SSKeychain', '~> 0.1.4' | |
pod 'SSToolkit', '1.0.2' | |
pod 'TestFlightSDK', '~> 1.1' | |
target :UnitTests do | |
link_with 'UnitTests' | |
pod 'OCMock', '~> 2.0.1' | |
pod 'OCHamcrest', '~> 1.9' | |
end | |
target :StreamTests do | |
link_with 'StreamTests' | |
pod 'OCMock', '~> 2.0.1' | |
pod 'OCHamcrest', '~> 1.9' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment