146 lines
3.1 KiB
JSON
146 lines
3.1 KiB
JSON
{
|
|
"name": "TUICalling",
|
|
"version": "10.3",
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"homepage": "https://cloud.tencent.com/document/product/647",
|
|
"documentation_url": "https://cloud.tencent.com/document/product/647",
|
|
"authors": "tencent video cloud",
|
|
"summary": "TUICalling",
|
|
"xcconfig": {
|
|
"VALID_ARCHS": "armv7 arm64 x86_64"
|
|
},
|
|
"dependencies": {
|
|
"Masonry": [
|
|
|
|
],
|
|
"TUICore": [
|
|
|
|
]
|
|
},
|
|
"requires_arc": true,
|
|
"static_framework": true,
|
|
"source": {
|
|
"git": "https://github.com/tencentyun/TUICalling.git"
|
|
},
|
|
"pod_target_xcconfig": {
|
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
|
|
},
|
|
"user_target_xcconfig": {
|
|
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
|
|
},
|
|
"swift_versions": "5.0",
|
|
"default_subspecs": "TRTC",
|
|
"subspecs": [
|
|
{
|
|
"name": "TRTC",
|
|
"dependencies": {
|
|
"TXLiteAVSDK_TRTC": [
|
|
|
|
]
|
|
},
|
|
"source_files": [
|
|
"Source/*.{h,m,mm}",
|
|
"Source/localized/**/*.{h,m,mm}",
|
|
"Source/Model/**/*.{h,m,mm}",
|
|
"Source/Service/**/*.{h,m,mm}",
|
|
"Source/UI/**/*.{h,m,mm}",
|
|
"Source/TUICallingKit_TRTC/*.{h,m,mm}"
|
|
],
|
|
"ios": {
|
|
"frameworks": [
|
|
"AVFoundation",
|
|
"Accelerate"
|
|
]
|
|
},
|
|
"libraries": [
|
|
"c++",
|
|
"resolv"
|
|
],
|
|
"resource_bundles": {
|
|
"TUICallingKitBundle": [
|
|
"Resources/Localized/**/*.strings",
|
|
"Resources/AudioFile",
|
|
"Resources/*.xcassets"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "Enterprise",
|
|
"dependencies": {
|
|
"TXLiteAVSDK_Enterprise": [
|
|
|
|
]
|
|
},
|
|
"source_files": [
|
|
"Source/*.{h,m,mm}",
|
|
"Source/localized/**/*.{h,m,mm}",
|
|
"Source/Model/**/*.{h,m,mm}",
|
|
"Source/Service/**/*.{h,m,mm}",
|
|
"Source/UI/**/*.{h,m,mm}",
|
|
"Source/TUICallingKit_Enterprise/*.{h,m,mm}"
|
|
],
|
|
"ios": {
|
|
"frameworks": [
|
|
"AVFoundation",
|
|
"Accelerate",
|
|
"AssetsLibrary"
|
|
]
|
|
},
|
|
"libraries": [
|
|
"c++",
|
|
"resolv",
|
|
"sqlite3"
|
|
],
|
|
"resource_bundles": {
|
|
"TUICallingKitBundle": [
|
|
"Resources/Localized/**/*.strings",
|
|
"Resources/AudioFile",
|
|
"Resources/*.xcassets"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "Professional",
|
|
"dependencies": {
|
|
"TXLiteAVSDK_Professional": [
|
|
|
|
]
|
|
},
|
|
"source_files": [
|
|
"Source/*.{h,m,mm}",
|
|
"Source/localized/**/*.{h,m,mm}",
|
|
"Source/Model/**/*.{h,m,mm}",
|
|
"Source/Service/**/*.{h,m,mm}",
|
|
"Source/UI/**/*.{h,m,mm}",
|
|
"Source/TUICallingKit_Professional/*.{h,m,mm}"
|
|
],
|
|
"ios": {
|
|
"frameworks": [
|
|
"AVFoundation",
|
|
"Accelerate",
|
|
"AssetsLibrary"
|
|
]
|
|
},
|
|
"libraries": [
|
|
"c++",
|
|
"resolv",
|
|
"sqlite3"
|
|
],
|
|
"resource_bundles": {
|
|
"TUICallingKitBundle": [
|
|
"Resources/Localized/**/*.strings",
|
|
"Resources/AudioFile",
|
|
"Resources/*.xcassets"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"swift_version": "5.0"
|
|
}
|