Skip to content

Commit 04ae704

Browse files
committed
use AFN 2.4 for avoid AF session progress bug
1 parent 658733d commit 04ae704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22

33
target "QiniuSDK iOS" do
44
platform :ios, "6.0"
5-
pod 'AFNetworking', '~> 2.0'
5+
pod 'AFNetworking', '>= 2.4'
66
end
77

88
target "QiniuSDK iOSTests" do
@@ -12,7 +12,7 @@ end
1212

1313
target "QiniuSDK Mac" do
1414
platform :osx, "10.8"
15-
pod 'AFNetworking', '~> 2.0'
15+
pod 'AFNetworking', '>= 2.4'
1616
end
1717

1818
target "QiniuSDK MacTests" do

0 commit comments

Comments
 (0)