Skip to content

Commit

Permalink
upate version
Browse files Browse the repository at this point in the history
  • Loading branch information
longbai committed Jul 4, 2016
1 parent 425fb4d commit 44cb0d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions Qiniu.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
s.version = "7.0.20"
s.version = "7.1.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"
s.author = "Qiniu => [email protected]"
s.source = {:git => 'https://github.com/qiniu/objc-sdk.git', :branch => 'AFNetworking-3.x'}
s.source = {:git => "https://github.com/qiniu/objc-sdk.git", :tag => "v#{s.version}"}

s.ios.deployment_target = "7.0"
s.osx.deployment_target = "10.9"
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :text => <<-LICENSE
The MIT License (MIT)
Copyright (c) 2011-2015 qiniu.com
Copyright (c) 2011-2016 qiniu.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
通过 CocoaPods

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

## 运行环境

| Qiniu SDK 版本 | 最低 iOS版本 | 最低 OS X 版本 | Notes |
|:--------------------:|:---------------------------:|:----------------------------:|:-------------------------------------------------------------------------:|
| 7.x | iOS 6 | OS X 10.8 | Xcode 最低版本 5. |
| [7.x / AFNetworking-3.x](https://github.com/qiniu/objc-sdk/tree/AFNetworking-3.x) | iOS 7 | OS X 10.9 | Xcode 最低版本 6. |
| 7.1.x / AFNetworking-3.x | iOS 7 | OS X 10.8 | Xcode 最低版本 5. |
| [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. |
| [7.x / AFNetworking-1.x](https://github.com/qiniu/objc-sdk/tree/AFNetworking-1.x) | iOS 5 | OS X 10.7 |Xcode 最低版本 5. |
| [6.x](https://github.com/qiniu/ios-sdk) | iOS 6 | None |Xcode 最低版本 5. |

Expand Down

0 comments on commit 44cb0d7

Please sign in to comment.