Files
featherVoice/Pods/Local Podspecs/TUICore.podspec.json
2025-08-08 10:49:36 +08:00

43 lines
937 B
JSON

{
"name": "TUICore",
"version": "8.5.6864",
"platforms": {
"ios": "9.0"
},
"license": {
"type": "Proprietary",
"text": " copyright 2017 tencent Ltd. All rights reserved.\n"
},
"homepage": "https://cloud.tencent.com/document/product/269/3794",
"source": {
"git": "./"
},
"documentation_url": "https://cloud.tencent.com/document/product/269/9147",
"authors": "tencent video cloud",
"summary": "TUICore",
"dependencies": {
"SDWebImage": []
},
"requires_arc": true,
"default_subspecs": "ImSDK_Plus",
"resource_bundles": {
"TUICore_Privacy": "Resources/PrivacyInfo.xcprivacy"
},
"subspecs": [
{
"name": "ImSDK_Plus",
"dependencies": {
"TXIMSDK_Plus_iOS_XCFramework": [],
"TUICore/Base": []
}
},
{
"name": "Base",
"source_files": "*.{h,m,mm,c}",
"resources": [
"Resources/*.bundle"
]
}
]
}