-
Notifications
You must be signed in to change notification settings - Fork 1
/
QQSDK.podspec
23 lines (20 loc) · 963 Bytes
/
QQSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = 'QQSDK'
s.version = '3.5.1'
s.summary = '腾讯开放API'
s.description = <<-DESC
腾讯开放API的cocoapods自用版(不打tag)
资源来自 http://wiki.connect.qq.com/sdk
参考 https://github.com/itollei/TencentOpenAPI/blob/master/TencentOpenAPI.podspec
DESC
s.homepage = 'https://github.com/wooodypan/QQSDK'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'itollei' => 'wooodypan@gmail.com' }
s.source = { :git => 'https://github.com/wooodypan/QQSDK.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.frameworks = 'SystemConfiguration'
# s.libraries = 'iconv', 'sqlite3', 'stdc++', 'z'
s.ios.vendored_frameworks = 'TencentOpenAPI.framework'
# s.resource = 'TencentOpenApi_IOS_Bundle.bundle'
# s.source_files = 'TencentOpenAPI/Classes/**/*'
end