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 d3f473e commit 3c8f719Copy full SHA for 3c8f719
Qiniu.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Qiniu'
3
- s.version = '8.0.0'
+ s.version = '8.0.1'
4
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
5
s.homepage = 'https://github.com/qiniu/objc-sdk'
6
s.social_media_url = 'http://weibo.com/qiniutek'
QiniuSDK/Utils/QNVersion.h
@@ -11,4 +11,4 @@
11
/**
12
* sdk 版本
13
*/
14
-static NSString *const kQiniuVersion = @"8.0.0";
+static NSString *const kQiniuVersion = @"8.0.1";
README.md
@@ -13,7 +13,7 @@
通过 CocoaPods
15
```ruby
16
-pod "Qiniu", "~> 8.0.0"
+pod "Qiniu", "~> 8.0.1"
17
```
18
19
## 运行环境
0 commit comments