-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
coddyliu
committed
Oct 15, 2020
1 parent
8bb995c
commit 8206313
Showing
3 changed files
with
83 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'TXIMSDK_TUIKit_live_iOS' | ||
spec.version = '5.0.10' | ||
spec.platform = :ios | ||
spec.ios.deployment_target = '9.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_TUIKit_live_iOS' | ||
spec.xcconfig = { 'VALID_ARCHS' => 'armv7 arm64 x86_64', } | ||
|
||
spec.dependency 'TXIMSDK_iOS', '5.0.10' | ||
spec.dependency 'TXLiteAVSDK_TRTC', '7.8.9519' | ||
spec.dependency 'MMLayout','0.2.0' | ||
spec.dependency 'SDWebImage','5.9.0' | ||
spec.dependency 'ReactiveObjC','3.1.1' | ||
spec.dependency 'Toast','4.0.0' | ||
spec.dependency 'Masonry', '1.1.0' | ||
spec.dependency 'MJExtension', '3.2.2' | ||
spec.dependency 'SSZipArchive', '2.2.3' | ||
spec.dependency 'lottie-ios', '2.5.3' | ||
|
||
spec.requires_arc = true | ||
|
||
spec.source = { :http => 'https://imsdk-1252463788.cos.ap-guangzhou.myqcloud.com/5.0.10/TIM_SDK_TUIKIT_LIVE_iOS_latest_framework.zip'} | ||
spec.source_files = '**/TUIKit_live/Classes/**/*.{h,m,mm}', '**/TUIKit_live/Classes/**/*.{h,c}' | ||
spec.resource = ['**/TUIKit_live/Resources/FilterResource.bundle', '**/TUIKit_live/Resources/*.xcassets', | ||
'**/TUIKit_live/Classes/Modules/BeautySettingPanel/Resources/*.{xcassets,mp4}', | ||
'**/TUIKit_live/Classes/Modules/AudioSettingPanel/Resource/*.{xcassets,strings}', | ||
'**/TUIKit_live/Classes/Modules/AudioSettingPanel/Resource/**/*.{xcassets,strings}'] | ||
|
||
spec.pod_target_xcconfig = { | ||
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' | ||
} | ||
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'TXIMSDK_TUIKit_live_iOS_Professional' | ||
spec.version = '5.0.10' | ||
spec.platform = :ios | ||
spec.ios.deployment_target = '9.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_TUIKit_live_iOS_Professional' | ||
spec.xcconfig = { 'VALID_ARCHS' => 'armv7 arm64 x86_64', } | ||
|
||
spec.dependency 'TXIMSDK_iOS', '5.0.10' | ||
spec.dependency 'TXLiteAVSDK_Professional', '7.8.9519' | ||
spec.dependency 'MMLayout','0.2.0' | ||
spec.dependency 'SDWebImage','5.9.0' | ||
spec.dependency 'ReactiveObjC','3.1.1' | ||
spec.dependency 'Toast','4.0.0' | ||
spec.dependency 'Masonry', '1.1.0' | ||
spec.dependency 'MJExtension', '3.2.2' | ||
spec.dependency 'SSZipArchive', '2.2.3' | ||
spec.dependency 'lottie-ios', '2.5.3' | ||
|
||
spec.requires_arc = true | ||
|
||
spec.source = { :http => 'https://imsdk-1252463788.cos.ap-guangzhou.myqcloud.com/5.0.10/TIM_SDK_TUIKIT_LIVE_iOS_latest_framework.zip'} | ||
spec.source_files = '**/TUIKit_live/Classes/**/*.{h,m,mm}', '**/TUIKit_live/Classes/**/*.{h,c}' | ||
spec.resource = ['**/TUIKit_live/Resources/FilterResource.bundle', '**/TUIKit_live/Resources/*.xcassets', | ||
'**/TUIKit_live/Classes/Modules/BeautySettingPanel/Resources/*.{xcassets,mp4}', | ||
'**/TUIKit_live/Classes/Modules/AudioSettingPanel/Resource/*.{xcassets,strings}', | ||
'**/TUIKit_live/Classes/Modules/AudioSettingPanel/Resource/**/*.{xcassets,strings}'] | ||
|
||
spec.pod_target_xcconfig = { | ||
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' | ||
} | ||
spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } | ||
end |