-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathQQSDK.podspec
17 lines (17 loc) · 929 Bytes
/
QQSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'QQSDK'
s.version = '3.3.3'
s.summary = 'Tencent QQ Open SDK'
s.requires_arc = true
s.homepage = 'http://open.qq.com/'
s.license = { :type => 'LGPL', :text => <<-LICENSE
® 1998 - 2017 Tencent All Rights Reserved.
LICENSE
}
s.author = { 'Tencent' => '[email protected]' }
s.platform = :ios
s.source = { :git => 'https://github.com/Re-cover/QQOpenSDK.git', :tag => "v#{s.version}" }
s.frameworks = 'Security', 'SystemConfiguration', 'CoreGraphics', 'CoreTelephony'
s.libraries = 'iconv', 'sqlite3', 'stdc++', 'z'
s.ios.vendored_frameworks = 'framework/TencentOpenAPI.framework'
end