forked from Dwarven/TencentOpenAPI-Mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTencentOpenAPI-Mirror.podspec
20 lines (18 loc) · 1.07 KB
/
TencentOpenAPI-Mirror.podspec
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 = 'TencentOpenAPI-Mirror'
s.version = '3.5.15'
s.summary = 'A Mirror For TencentOpenAPI'
s.homepage = 'https://wiki.connect.qq.com'
s.ios.deployment_target = '7.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Dwarven' => 'prison.yang@gmail.com' }
s.social_media_url = 'https://twitter.com/DwarvenYang'
s.source = { :git => 'https://github.com/Dwarven/TencentOpenAPI-Mirror.git', :tag => s.version }
s.frameworks = 'Security', 'SystemConfiguration', 'CoreGraphics', 'CoreTelephony', 'WebKit'
s.libraries = 'iconv', 'sqlite3', 'stdc++', 'z'
s.resource = 'TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle'
s.vendored_frameworks = 'TencentOpenAPI/TencentOpenAPI.framework'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.requires_arc = true
end