Skip to content

Instantly share code, notes, and snippets.

@theill
Created September 12, 2014 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theill/a1ad576965bf3952471f to your computer and use it in GitHub Desktop.
Save theill/a1ad576965bf3952471f to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "AFAmazonS3Client"
s.version = "2.0.0"
s.summary = "AFNetworking Client for the Amazon S3 API."
s.homepage = "https://github.com/AFNetworking/AFAmazonS3Client"
s.social_media_url = "https://twitter.com/AFNetworking"
s.license = 'MIT'
s.author = { "Mattt Thompson" => "m@mattt.me" }
s.source = { :git => "https://github.com/AFNetworking/AFAmazonS3Client.git",
:tag => "2.0.0" }
s.ios.deployment_target = '7.0'
s.osx.deployment_target = '10.8'
s.source_files = 'AFAmazonS3Client'
s.requires_arc = true
s.dependency 'AFNetworking', '~> 2.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment