Skip to content

Instantly share code, notes, and snippets.

@oliverbarreto
Created December 8, 2013 21:27
Show Gist options
  • Save oliverbarreto/7863982 to your computer and use it in GitHub Desktop.
Save oliverbarreto/7863982 to your computer and use it in GitHub Desktop.
Podfile Xcode iOS7 pod 'AFNetworking', '2.0.1' pod 'CocoaLumberjack', '1.6.2' pod 'TestFlightSDK', '1.3.0-beta.6' pod 'TestFlightLogger', '0.0.2'
platform :ios, "7.0"
target "MiProyecto" do
pod 'AFNetworking', '2.0.1'
pod 'CocoaLumberjack', '1.6.2'
pod 'TestFlightSDK', '1.3.0-beta.6'
pod 'TestFlightLogger', '0.0.2'
end
target "MiProyectoTests" do
end
inhibit_all_warnings!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment