Skip to content

Commit

Permalink
发布 5.0.10 标准版 SDK 和 TUIkit
Browse files Browse the repository at this point in the history
  • Loading branch information
coddyliu committed Oct 15, 2020
1 parent 8bb995c commit 8206313
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#import "TUILiveDefaultGiftAdapterImp.h"
#import "TNaviBarIndicatorView.h"
#import "TUILiveUserProfile.h"
#import <TXIMSDK_TUIKit_live_iOS/TUIKitLive.h>
#import "TUIKitLive.h"

#import <TRTCLiveRoom.h>

Expand Down
41 changes: 41 additions & 0 deletions iOS/TXIMSDK_TUIKit_live_iOS.podspec
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
41 changes: 41 additions & 0 deletions iOS/TXIMSDK_TUIKit_live_iOS_Professional.podspec
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

0 comments on commit 8206313

Please sign in to comment.