From a3732170b69f38b141238b944b079f340c56a67f Mon Sep 17 00:00:00 2001 From: Sam McEwan Date: Sun, 27 Sep 2015 14:59:45 +1300 Subject: [PATCH 1/3] Changing import to allow AFDownloadRequestOperation to be built as a framework --- AFDownloadRequestOperation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFDownloadRequestOperation.h b/AFDownloadRequestOperation.h index e9fb7cf..d858508 100644 --- a/AFDownloadRequestOperation.h +++ b/AFDownloadRequestOperation.h @@ -20,7 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. -#import "AFHTTPRequestOperation.h" +#import #define kAFNetworkingIncompleteDownloadFolderName @"Incomplete" From 856a24a469081e558371064ecc580e47585ee50e Mon Sep 17 00:00:00 2001 From: Sam McEwan Date: Thu, 29 Oct 2015 21:11:27 +1300 Subject: [PATCH 2/3] Adding podspec change --- AFDownloadRequestOperation.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AFDownloadRequestOperation.podspec b/AFDownloadRequestOperation.podspec index 6d2fe89..67abb93 100644 --- a/AFDownloadRequestOperation.podspec +++ b/AFDownloadRequestOperation.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = 'AFDownloadRequestOperation' - s.version = '2.0.1' + s.version = '2.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.source = { :git => 'https://github.com/sammcewan/AFDownloadRequestOperation.git', :tag => s.version.to_s } s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.8' s.requires_arc = true From 3f933c532bc4076a84adb0b051ff54277d00e152 Mon Sep 17 00:00:00 2001 From: Sam McEwan Date: Sat, 25 Apr 2020 13:49:17 +1200 Subject: [PATCH 3/3] Update AFDownloadRequestOperation.podspec --- AFDownloadRequestOperation.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AFDownloadRequestOperation.podspec b/AFDownloadRequestOperation.podspec index 67abb93..13f2dd1 100644 --- a/AFDownloadRequestOperation.podspec +++ b/AFDownloadRequestOperation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AFDownloadRequestOperation' - s.version = '2.0.2' + s.version = '2.0.3' s.summary = "A progressive download operation for AFNetworking." s.homepage = "https://github.com/steipete/AFDownloadRequestOperation" s.author = { 'Peter Steinberger' => 'steipete@gmail.com' } @@ -10,6 +10,6 @@ Pod::Spec.new do |s| s.requires_arc = true s.source_files = '*.{h,m}' s.license = 'MIT' - s.dependency 'AFNetworking', '~> 2.0' + s.dependency 'AFNetworking/NSURLConnection', '~> 2.0' end