Last active
December 19, 2015 02:49
Revisions
-
Marc Brown renamed this gist
Jun 28, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Marc Brown created this gist
Jun 28, 2013 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ 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