Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[ci skip] ver
  • Loading branch information
longbai committed Oct 25, 2014
commit d67718f0bb0ea8b56831bbd4e44ffac82307dd14
4 changes: 2 additions & 2 deletions Qiniu.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Qiniu'
s.version = '6.3.2'
s.version = '6.3.3'
s.summary = 'Qiniu Resource Storage SDK for iOS'
s.homepage = 'https://github.com/qiniu/ios-sdk'
s.social_media_url = 'http://weibo.com/qiniutek'
s.author = 'Qiniu => [email protected]'
s.documentation_url = 'http://developer.qiniu.com/docs/v6/sdk/ios-sdk.html'
s.source = {:git => 'https://github.com/qiniu/ios-sdk.git', :tag => 'v6.3.2'}
s.source = {:git => 'https://github.com/qiniu/ios-sdk.git', :tag => 'v6.3.3'}

s.platform = :ios, '6.0'
s.ios.deployment_target = '6.0'
Expand Down