Skip to content

Instantly share code, notes, and snippets.

@mamaz
Last active August 29, 2015 14:18
Show Gist options
  • Save mamaz/87909165fd6a5c496a6c to your computer and use it in GitHub Desktop.
Save mamaz/87909165fd6a5c496a6c to your computer and use it in GitHub Desktop.
Simple Podfille for any projects
# to download
# curl -o Podfile https://gist.githubusercontent.com/mamaz/87909165fd6a5c496a6c/raw/dddf4aad97ecfda42ade1e0cc216fc8cad14e000/Podfile
platform :ios, '8.0'
inhibit_all_warnings!
source 'https://github.com/CocoaPods/Specs.git'
pod 'AFNetworking', '2.5.2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment