Skip to content

Instantly share code, notes, and snippets.

@marcdown
Created November 26, 2012 06:35
Show Gist options
  • Save marcdown/4146856 to your computer and use it in GitHub Desktop.
Save marcdown/4146856 to your computer and use it in GitHub Desktop.
AFDownloadRequestOperation Podspec
pod do |spec|
spec.name = 'AFDownloadRequestOperation'
spec.version = '1.0'
spec.homepage = 'https://github.com/steipete/AFDownloadRequestOperation'
spec.source = { :git => 'https://github.com/steipete/AFDownloadRequestOperation.git' }
spec.source_files = '*.{h,m}'
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment