Skip to content

Commit

Permalink
version to 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Aug 7, 2023
1 parent 575bac5 commit 649473d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Qiniu.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
s.version = '8.5.3'
s.version = '8.6.0'
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
s.homepage = 'https://github.com/qiniu/objc-sdk'
s.social_media_url = 'http://weibo.com/qiniutek'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'QiniuSDK/BigData/**/*.{h,m}','QiniuSDK/Collect/**/*.{h,m}','QiniuSDK/Common/**/*.{h,m}','QiniuSDK/Http/**/*.{h,m}','QiniuSDK/Recorder/**/*.{h,m}','QiniuSDK/Storage/**/*.{h,m}','QiniuSDK/Transaction/**/*.{h,m}','QiniuSDK/Utils/**/*.{h,m}','QiniuSDK/QiniuSDK.h'
s.requires_arc = true
s.libraries = 'z'
s.dependency 'HappyDNS', '~> 1.0.2'
s.dependency 'HappyDNS', '~> 1.0.3'
s.license = { :type => "MIT", :text => <<-LICENSE
The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion QiniuSDK/Utils/QNVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
/**
* sdk 版本
*/
static NSString *const kQiniuVersion = @"8.5.3";
static NSString *const kQiniuVersion = @"8.6.0";
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
通过 CocoaPods

```ruby
pod "Qiniu", "~> 8.5.3"
pod "Qiniu", "~> 8.6.0"
```

通过 Swift Package Manager (Xcode 11+)
Expand All @@ -37,6 +37,7 @@ let package = Package(

| Qiniu SDK 版本 | 最低 iOS版本 | 最低 OS X 版本 | Notes |
| :--------------------------------------: | :------: | :--------: | :-----------: |
| 8.6.x | iOS 7 | OS X 10.15 | Xcode 最低版本 11 |
| 8.5.x | iOS 7 | OS X 10.15 | Xcode 最低版本 11 |
| 8.4.x | iOS 7 | OS X 10.15 | Xcode 最低版本 11 |
| 8.3.x | iOS 7 | OS X 10.15 | Xcode 最低版本 11 |
Expand Down

0 comments on commit 649473d

Please sign in to comment.