Skip to content

Commit 44cb0d7

Browse files
committed
upate version
1 parent 425fb4d commit 44cb0d7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Qiniu, Ltd.<[email protected]>
3+
Copyright (c) 2011-2016 Qiniu, Ltd.<[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Qiniu.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'Qiniu'
3-
s.version = "7.0.20"
3+
s.version = "7.1.0"
44
s.summary = "Qiniu Resource Storage SDK for iOS and Mac"
55
s.homepage = "https://github.com/qiniu/objc-sdk"
66
s.social_media_url = "http://weibo.com/qiniutek"
77
s.author = "Qiniu => [email protected]"
8-
s.source = {:git => 'https://github.com/qiniu/objc-sdk.git', :branch => 'AFNetworking-3.x'}
8+
s.source = {:git => "https://github.com/qiniu/objc-sdk.git", :tag => "v#{s.version}"}
99

1010
s.ios.deployment_target = "7.0"
1111
s.osx.deployment_target = "10.9"
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.license = { :type => "MIT", :text => <<-LICENSE
1919
The MIT License (MIT)
2020
21-
Copyright (c) 2011-2015 qiniu.com
21+
Copyright (c) 2011-2016 qiniu.com
2222
2323
Permission is hereby granted, free of charge, to any person obtaining a copy
2424
of this software and associated documentation files (the "Software"), to deal

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
通过 CocoaPods
1212

1313
```ruby
14-
pod "Qiniu", :git => 'https://github.com/qiniu/objc-sdk.git', :branch => 'AFNetworking-3.x'
14+
pod "Qiniu" "~> 7.0"
1515
```
1616

1717
## 运行环境
1818

1919
| Qiniu SDK 版本 | 最低 iOS版本 | 最低 OS X 版本 | Notes |
2020
|:--------------------:|:---------------------------:|:----------------------------:|:-------------------------------------------------------------------------:|
21-
| 7.x | iOS 6 | OS X 10.8 | Xcode 最低版本 5. |
22-
| [7.x / AFNetworking-3.x](https://github.com/qiniu/objc-sdk/tree/AFNetworking-3.x) | iOS 7 | OS X 10.9 | Xcode 最低版本 6. |
21+
| 7.1.x / AFNetworking-3.x | iOS 7 | OS X 10.8 | Xcode 最低版本 5. |
22+
| [7.0.x / AFNetworking-2.x](https://github.com/qiniu/objc-sdk/tree/7.0.x/AFNetworking-2.x) | iOS 6 | OS X 10.9 | Xcode 最低版本 6. |
2323
| [7.x / AFNetworking-1.x](https://github.com/qiniu/objc-sdk/tree/AFNetworking-1.x) | iOS 5 | OS X 10.7 |Xcode 最低版本 5. |
2424
| [6.x](https://github.com/qiniu/ios-sdk) | iOS 6 | None |Xcode 最低版本 5. |
2525

0 commit comments

Comments
 (0)