Skip to content

Commit

Permalink
update AFDownloadRequestOperation to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xe0n0 committed Mar 26, 2013
1 parent 86271c6 commit 9363c57
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,14 @@
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', :tag => s.version.to_s }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = '*.{h,m}'
s.license = 'MIT'
s.dependency 'AFNetworking', '>=1.1'
end

0 comments on commit 9363c57

Please sign in to comment.