Skip to content

Commit

Permalink
Merge pull request #334 from YangSen-qn/dns_develop
Browse files Browse the repository at this point in the history
Fix the wrong dependencies
  • Loading branch information
bachue authored Jun 10, 2020
2 parents 13936aa + 0296e20 commit 6ab42d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions Qiniu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Pod::Spec.new do |s|
s.source_files = "QiniuSDK/**/*.{h,m}"
s.requires_arc = true
s.libraries = 'z'
s.dependency 'HappyDNS', '~> 0.3.16'
s.license = { :type => "MIT", :text => <<-LICENSE
The MIT License (MIT)
Expand Down
1 change: 0 additions & 1 deletion QiniuDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source 'https://github.com/CocoaPods/Specs.git'
target "QiniuDemo" do
platform :ios, "7.0"
pod 'Qiniu',:path => '../'
pod 'HappyDNS', :path => '../../HappyDns_iOS'
end

target "QiniuDemoTests" do
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
通过 CocoaPods

```ruby
pod "Qiniu", "~> 7.3"
pod "Qiniu", "~> 7.4"
```

## 运行环境
Expand Down

0 comments on commit 6ab42d6

Please sign in to comment.