Skip to content

Commit 6ab42d6

Browse files
authored
Merge pull request #334 from YangSen-qn/dns_develop
Fix the wrong dependencies
2 parents 13936aa + 0296e20 commit 6ab42d6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Qiniu.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Pod::Spec.new do |s|
1313
s.source_files = "QiniuSDK/**/*.{h,m}"
1414
s.requires_arc = true
1515
s.libraries = 'z'
16+
s.dependency 'HappyDNS', '~> 0.3.16'
1617
s.license = { :type => "MIT", :text => <<-LICENSE
1718
The MIT License (MIT)
1819

QiniuDemo/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ source 'https://github.com/CocoaPods/Specs.git'
33
target "QiniuDemo" do
44
platform :ios, "7.0"
55
pod 'Qiniu',:path => '../'
6-
pod 'HappyDNS', :path => '../../HappyDns_iOS'
76
end
87

98
target "QiniuDemoTests" do

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
通过 CocoaPods
1414

1515
```ruby
16-
pod "Qiniu", "~> 7.3"
16+
pod "Qiniu", "~> 7.4"
1717
```
1818

1919
## 运行环境

0 commit comments

Comments
 (0)