提交
This commit is contained in:
73
TUIKit/TUIRoomKit/TUIRoomKit.podspec
Normal file
73
TUIKit/TUIRoomKit/TUIRoomKit.podspec
Normal file
@@ -0,0 +1,73 @@
|
||||
|
||||
Pod::Spec.new do |spec|
|
||||
spec.name = 'TUIRoomKit'
|
||||
spec.version = '2.6.1'
|
||||
spec.platform = :ios
|
||||
spec.ios.deployment_target = '13.0'
|
||||
spec.license = { :type => 'MIT', :file => '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 = 'A short description of TUIRoomKit.'
|
||||
|
||||
spec.static_framework = true
|
||||
spec.xcconfig = { 'VALID_ARCHS' => 'armv7 arm64 x86_64' }
|
||||
spec.swift_version = '5.0'
|
||||
|
||||
spec.source = { :path => './' }
|
||||
|
||||
spec.dependency 'SnapKit'
|
||||
spec.dependency 'TUICore'
|
||||
spec.dependency 'TIMCommon'
|
||||
spec.dependency 'Factory'
|
||||
|
||||
spec.default_subspec = 'TRTC'
|
||||
|
||||
spec.subspec 'Professional' do |professional|
|
||||
professional.dependency 'RTCRoomEngine/Professional'
|
||||
professional.source_files = 'Source/*.swift', 'Source/Presenter/*.swift', 'Source/**/*.swift', 'Source/**/*.h', 'Source/**/*.m', 'RoomExtension/**/*.swift', 'RoomExtension/**/*.h', 'RoomExtension/**/*.m'
|
||||
professional.resource_bundles = {
|
||||
'TUIRoomKitBundle' => ['Resources/*.xcassets', 'Resources/Localized/*.xcstrings']
|
||||
}
|
||||
professional.resource = ['Resources/*.bundle']
|
||||
professional.pod_target_xcconfig = {'OTHER_SWIFT_FLAGS' => '-D TXLiteAVSDK_Professional', 'GCC_PREPROCESSOR_DEFINITIONS' => 'TXLiteAVSDK_Professional=1'}
|
||||
end
|
||||
|
||||
spec.subspec 'TRTC' do |trtc|
|
||||
trtc.dependency 'RTCRoomEngine/TRTC'
|
||||
trtc.source_files = 'Source/*.swift', 'Source/Presenter/*.swift', 'Source/**/*.swift', 'Source/**/*.h', 'Source/**/*.m', 'RoomExtension/**/*.swift', 'RoomExtension/**/*.h', 'RoomExtension/**/*.m'
|
||||
trtc.resource_bundles = {
|
||||
'TUIRoomKitBundle' => ['Resources/*.xcassets', 'Resources/Localized/*.xcstrings']
|
||||
}
|
||||
trtc.resource = ['Resources/*.bundle']
|
||||
trtc.pod_target_xcconfig = {'OTHER_SWIFT_FLAGS' => '-D TXLiteAVSDK_TRTC', 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1'}
|
||||
end
|
||||
|
||||
spec.subspec 'Professional_iOS12' do |professional|
|
||||
professional.ios.deployment_target = '12.0'
|
||||
professional.dependency 'RTCRoomEngine/Professional'
|
||||
professional.dependency 'OpenCombine', '~> 0.14.0'
|
||||
professional.dependency 'OpenCombineDispatch', '~> 0.14.0'
|
||||
professional.dependency 'OpenCombineFoundation', '~> 0.14.0'
|
||||
professional.source_files = 'Source/*.swift', 'Source/Presenter/*.swift', 'Source/**/*.swift', 'Source/**/*.h', 'Source/**/*.m', 'RoomExtension/**/*.swift', 'RoomExtension/**/*.h', 'RoomExtension/**/*.m'
|
||||
professional.resource_bundles = {
|
||||
'TUIRoomKitBundle' => ['Resources/*.xcassets', 'Resources/Localized/*.xcstrings']
|
||||
}
|
||||
professional.resource = ['Resources/*.bundle']
|
||||
professional.pod_target_xcconfig = {'OTHER_SWIFT_FLAGS' => '-D TXLiteAVSDK_Professional', 'GCC_PREPROCESSOR_DEFINITIONS' => 'TXLiteAVSDK_Professional=1', 'SWIFT_ACTIVE_COMPILATION_CONDITIONS' => 'USE_OPENCOMBINE'}
|
||||
end
|
||||
|
||||
spec.subspec 'TRTC_iOS12' do |trtc|
|
||||
trtc.ios.deployment_target = '12.0'
|
||||
trtc.dependency 'RTCRoomEngine/TRTC'
|
||||
trtc.dependency 'OpenCombine', '~> 0.14.0'
|
||||
trtc.dependency 'OpenCombineDispatch', '~> 0.14.0'
|
||||
trtc.dependency 'OpenCombineFoundation', '~> 0.14.0'
|
||||
trtc.source_files = 'Source/*.swift', 'Source/Presenter/*.swift', 'Source/**/*.swift', 'Source/**/*.h', 'Source/**/*.m', 'RoomExtension/**/*.swift', 'RoomExtension/**/*.h', 'RoomExtension/**/*.m'
|
||||
trtc.resource_bundles = {
|
||||
'TUIRoomKitBundle' => ['Resources/*.xcassets', 'Resources/Localized/*.xcstrings']
|
||||
}
|
||||
trtc.resource = ['Resources/*.bundle']
|
||||
trtc.pod_target_xcconfig = {'OTHER_SWIFT_FLAGS' => '-D TXLiteAVSDK_TRTC', 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) COCOAPODS=1 TXLiteAVSDK_TRTC=1', 'SWIFT_ACTIVE_COMPILATION_CONDITIONS' => 'USE_OPENCOMBINE'}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user