Skip to content

Instantly share code, notes, and snippets.

@marcdown
Last active December 19, 2015 02:49

Revisions

  1. Marc Brown renamed this gist Jun 28, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Marc Brown created this gist Jun 28, 2013.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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