We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b45b8f commit c34fcfeCopy full SHA for c34fcfe
Podfile
@@ -3,7 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3
target "QiniuSDK iOS" do
4
platform :ios, "6.0"
5
pod 'AFNetworking', '>= 2.4'
6
- pod 'HappyDNS', '>= 0.1.1'
+ pod 'HappyDNS', '>= 0.1'
7
end
8
9
target "QiniuSDK iOSTests" do
@@ -14,7 +14,7 @@ end
14
target "QiniuSDK Mac" do
15
platform :osx, "10.8"
16
17
18
19
20
target "QiniuSDK MacTests" do
0 commit comments