Skip to content

Instantly share code, notes, and snippets.

@marcdown
Last active December 19, 2015 02:49
Show Gist options
  • Save marcdown/5885722 to your computer and use it in GitHub Desktop.
Save marcdown/5885722 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'AFDownloadRequestOperation'
s.version = '0.0.2'
s.summary = "A progressive download operation for AFNetworking."
s.homepage = "https://github.com/steipete/AFDownloadRequestOperation"
s.author = { 'Peter Steinberger' => 'steipete@gmail.com' }
s.source = { :git => 'https://github.com/steipete/AFDownloadRequestOperation.git' }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = '*.{h,m}'
s.license = 'MIT'
s.dependency 'AFNetworking', '>=1.3.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment