Last active
December 19, 2015 02:49
-
-
Save marcdown/5885722 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' } | |
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