forked from Re-cover/QQOpenSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
QQSDK.podspec
17 lines (17 loc) · 939 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.0'
s.summary = 'Tencent QQ Open SDK 3.3.0 version'
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/yarous224/QQOpenSDK.git', :tag => "v#{s.version}" }
s.frameworks = 'Security', 'SystemConfiguration', 'CoreGraphics', 'CoreTelephony'
s.libraries = 'iconv', 'sqlite3', 'stdc++', 'z'
s.ios.vendored_frameworks = 'sdk/TencentOpenAPI.framework'
end