Skip to content

Instantly share code, notes, and snippets.

Created December 19, 2012 02:53
Show Gist options
  • Save anonymous/4333982 to your computer and use it in GitHub Desktop.
Save anonymous/4333982 to your computer and use it in GitHub Desktop.
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