Skip to content

Commit e9e34af

Browse files
committed
fixed podspec
1 parent 432ac3a commit e9e34af

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Qiniu.podspec

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
Pod::Spec.new do |s|
22
s.name = 'Qiniu'
3-
s.version = '7.0.19
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'
7-
s.author = 'Qiniu => sdk@qiniu.com'
8-
s.source = {:git => 'https://github.com/qiniu/objc-sdk.git', :tag => "v#{s.version}"}
3+
s.version = "7.0.19"
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"
7+
s.author = "Qiniu => sdk@qiniu.com"
8+
s.source = {:git => "https://github.com/qiniu/objc-sdk.git", :tag => "v#{s.version}"}
99

10-
s.ios.deployment_target = '6.0'
11-
s.osx.deployment_target = '10.8'
10+
s.ios.deployment_target = "6.0"
11+
s.osx.deployment_target = "10.8"
1212

13-
s.source_files = 'QiniuSDK/**/*.{h,m}'
13+
s.source_files = "QiniuSDK/**/*.{h,m}"
1414
s.requires_arc = true
15-
s.libraries = 'z'
16-
s.dependency 'AFNetworking', '~> 2.0'
17-
s.dependency 'HappyDNS', '~> 0.2'
18-
s.license = { :type => 'MIT', :text => <<-LICENSE
15+
s.libraries = "z"
16+
s.dependency "AFNetworking", "~> 2.0"
17+
s.dependency "HappyDNS", "~> 0.2"
18+
s.license = { :type => "MIT", :text => <<-LICENSE
1919
The MIT License (MIT)
2020
2121
Copyright (c) 2011-2015 qiniu.com

0 commit comments

Comments
 (0)