This commit is contained in:
启星
2025-08-08 10:49:36 +08:00
parent 6400cf78bb
commit b5ce3d580a
8780 changed files with 978183 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "TIMCommon",
"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",
"documentation_url": "https://cloud.tencent.com/document/product/269/9147",
"authors": "tencent video cloud",
"summary": "TIMCommon",
"dependencies": {
"TUICore": [],
"SDWebImage": [],
"ReactiveObjC": [],
"Masonry": []
},
"requires_arc": true,
"source": {
"path": "./"
},
"source_files": "**/*.{h,m,mm,c}",
"resources": [
"Resources/*.bundle"
],
"resource_bundles": {
"TIMCommon_Privacy": "Resources/PrivacyInfo.xcprivacy"
}
}

32
Pods/Local Podspecs/TUIChat.podspec.json generated Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "TUIChat",
"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",
"documentation_url": "https://cloud.tencent.com/document/product/269/9147",
"authors": "tencent video cloud",
"summary": "TUIChat",
"dependencies": {
"TUICore": [],
"TIMCommon": [],
"SDWebImage": [],
"ReactiveObjC": []
},
"requires_arc": true,
"source": {
"path": "./"
},
"source_files": "**/*.{h,m,mm,c}",
"resources": [
"Resources/*.bundle"
],
"resource_bundles": {
"TUIChat_Privacy": "Resources/PrivacyInfo.xcprivacy"
}
}

View File

@@ -0,0 +1,31 @@
{
"name": "TUIConversation",
"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",
"documentation_url": "https://cloud.tencent.com/document/product/269/9147",
"authors": "tencent video cloud",
"summary": "TUIConversation",
"dependencies": {
"TUICore": [],
"TIMCommon": [],
"ReactiveObjC": []
},
"requires_arc": true,
"source": {
"git": "./"
},
"source_files": "**/*.{h,m,mm,c}",
"resources": [
"Resources/*.bundle"
],
"resource_bundles": {
"TUIConversation_Privacy": "Resources/PrivacyInfo.xcprivacy"
}
}

42
Pods/Local Podspecs/TUICore.podspec.json generated Normal file
View File

@@ -0,0 +1,42 @@
{
"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"
]
}
]
}

View File

@@ -0,0 +1,39 @@
{
"name": "TencentCloudHuiyanSDKFace_framework",
"version": "8.7.0",
"summary": "A short description of TencentCloudHuiyanSDKFace_framework.",
"homepage": "https://github.com/brownfeng/TencentCloudHuiyanSDKFace_framework",
"license": "MIT",
"authors": {
"brownfeng": "brownfeng@github.com"
},
"description": "TODO: Add long description of the pod here.",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreVideo",
"Security",
"SystemConfiguration",
"CoreMedia",
"VideoToolbox",
"CoreTelephony",
"ImageIO",
"Accelerate",
"WebKit",
"MediaPlayer"
],
"libraries": [
"c++",
"z"
],
"source": {
"path": "."
},
"platforms": {
"ios": "11.0"
},
"ios": {
"vendored_frameworks": "Libs/*framework",
"resources": "Resources/*.bundle"
}
}