Skip to content

Commit c34fcfe

Browse files
committed
modify pod
1 parent 2b45b8f commit c34fcfe

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
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33
target "QiniuSDK iOS" do
44
platform :ios, "6.0"
55
pod 'AFNetworking', '>= 2.4'
6-
pod 'HappyDNS', '>= 0.1.1'
6+
pod 'HappyDNS', '>= 0.1'
77
end
88

99
target "QiniuSDK iOSTests" do
@@ -14,7 +14,7 @@ end
1414
target "QiniuSDK Mac" do
1515
platform :osx, "10.8"
1616
pod 'AFNetworking', '>= 2.4'
17-
pod 'HappyDNS', '>= 0.1.1'
17+
pod 'HappyDNS', '>= 0.1'
1818
end
1919

2020
target "QiniuSDK MacTests" do

0 commit comments

Comments
 (0)