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 0960c0e commit 58f3f93Copy full SHA for 58f3f93
Qiniu.podspec
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
5
s.homepage = 'https://github.com/qiniu/objc-sdk'
6
s.social_media_url = 'http://weibo.com/qiniutek'
7
s.author = 'Qiniu => sdk@qiniu.com'
8
- s.source = {:git => 'https://github.com/qiniu/objc-sdk.git', :tag => s.version}
+ s.source = {:git => 'https://github.com/qiniu/objc-sdk.git', :tag => "v#{s.version}"}
9
10
s.ios.deployment_target = '6.0'
11
s.osx.deployment_target = '10.8'
0 commit comments