Skip to content

Instantly share code, notes, and snippets.

@JackBTheDev
Last active August 29, 2015 14:23
Show Gist options
  • Save JackBTheDev/d8b63d059453ce67bc70 to your computer and use it in GitHub Desktop.
Save JackBTheDev/d8b63d059453ce67bc70 to your computer and use it in GitHub Desktop.
Minimal iOS Podfile
# Minimal Podfile Gist
platform :ios, '8.0'
# use this if you need native frameworks
#use_framework!
# update for you application
target 'NewApp' do
#Edit version if you want
#, '~>2.5'
pod 'AFNetworking '
pod 'AFNetworkActivityLogger'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment