Skip to content

Instantly share code, notes, and snippets.

@zieglar
Created May 2, 2014 08:53
Show Gist options
  • Save zieglar/e91277dd430c5c412632 to your computer and use it in GitHub Desktop.
Save zieglar/e91277dd430c5c412632 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'AFNetworking-ProxyQueue'
s.version = '1.0'
s.homepage = 'https://github.com/jamztang/AFNetworking-ProxyQueue'
s.source = { :git => 'https://github.com/jamztang/AFNetworking-ProxyQueue.git'}
s.requires_arc = true
s.ios.deployment_target = '6.0'
s.source_files = 'AFHTTPClient+ProxyQueue.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment