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.
2 parents 13936aa + 0296e20 commit 6ab42d6Copy full SHA for 6ab42d6
Qiniu.podspec
@@ -13,6 +13,7 @@ Pod::Spec.new do |s|
13
s.source_files = "QiniuSDK/**/*.{h,m}"
14
s.requires_arc = true
15
s.libraries = 'z'
16
+ s.dependency 'HappyDNS', '~> 0.3.16'
17
s.license = { :type => "MIT", :text => <<-LICENSE
18
The MIT License (MIT)
19
QiniuDemo/Podfile
@@ -3,7 +3,6 @@ source 'https://github.com/CocoaPods/Specs.git'
3
target "QiniuDemo" do
4
platform :ios, "7.0"
5
pod 'Qiniu',:path => '../'
6
- pod 'HappyDNS', :path => '../../HappyDns_iOS'
7
end
8
9
target "QiniuDemoTests" do
README.md
@@ -13,7 +13,7 @@
通过 CocoaPods
```ruby
-pod "Qiniu", "~> 7.3"
+pod "Qiniu", "~> 7.4"
```
## 运行环境
0 commit comments