forked from TencentCloud/TIMSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTXIMSDK_iOS.podspec
25 lines (22 loc) · 1.05 KB
/
TXIMSDK_iOS.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.new do |spec|
spec.name = 'TXIMSDK_iOS'
spec.version = '4.3.118'
spec.platform = :ios
spec.ios.deployment_target = '8.0'
spec.license = { :type => 'Proprietary',
:text => <<-LICENSE
copyright 2017 tencent Ltd. All rights reserved.
LICENSE
}
spec.homepage = 'https://cloud.tencent.com/document/product/269/3794'
spec.documentation_url = 'https://cloud.tencent.com/document/product/269/9147'
spec.authors = 'tencent video cloud'
spec.summary = 'TXIMSDK_iOS'
spec.requires_arc = true
spec.source = { :git => 'https://github.com/tencentyun/TIMSDK.git', :tag => spec.version}
spec.preserve_paths = 'iOS/ImSDK/Framework/ImSDK.framework'
spec.source_files = 'iOS/ImSDK/Framework/ImSDK.framework/Headers/*.h'
spec.public_header_files = 'iOS/ImSDK/Framework/ImSDK.framework/Headers/*.h'
spec.vendored_frameworks = 'iOS/ImSDK/Framework/ImSDK.framework'
spec.xcconfig = { 'HEADER_SEARCH_PATHS' => '${PODS_ROOT}/TXIMSDK_iOS/ImSDK/Framework/ImSDK.framework/Headers/'}
end