-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDXYTencentOpenAPI.podspec
More file actions
20 lines (19 loc) · 1013 Bytes
/
DXYTencentOpenAPI.podspec
File metadata and controls
20 lines (19 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = "DXYTencentOpenAPI"
s.version = "2.9.2"
s.summary = "腾讯开放平台 SDK,支持 arm64."
s.requires_arc = true
s.homepage = "http://open.qq.com"
s.license = { :type => 'LGPL', :text => <<-LICENSE
® 1998 - 2014 Tencent All Rights Reserved.
LICENSE
}
s.author = "tencent.com"
s.platform = :ios
s.source = { :git => "https://github.com/dxy-developer/DXYTencentOpenAPI.git", :tag => "v#{s.version.to_s}" }
s.resources = "TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle"
s.vendored_frameworks = 'TencentOpenAPI/TencentOpenAPI.framework'
s.public_header_files = "TencentOpenAPI/TencentOpenAPI.framework/Headers/**/*.h"
s.frameworks = 'CoreTelephony','SystemConfiguration'
s.libraries = 'z','sqlite3','iconv','stdc++'
end