Files
featherVoice/TUIKit/TUIGroup/TUIGroup.podspec

29 lines
888 B
Plaintext
Raw Normal View History

2025-08-08 10:49:36 +08:00
Pod::Spec.new do |spec|
spec.name = 'TUIGroup'
spec.version = '8.3.6498'
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 = 'TUIGroup'
spec.dependency 'TUICore'
spec.dependency 'TIMCommon'
spec.dependency 'ReactiveObjC'
spec.requires_arc = true
spec.source = { :path => './' }
spec.source_files = '**/*.{h,m,mm,c}'
spec.resource = ['Resources/*.bundle']
spec.resource_bundle = {
"#{spec.module_name}_Privacy" => 'Resources/PrivacyInfo.xcprivacy'
}
end