-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTXLiteAVSDK_UGC.podspec.json
43 lines (43 loc) · 1.27 KB
/
TXLiteAVSDK_UGC.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "TXLiteAVSDK_UGC",
"version": "4.4.3774",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "Proprietary",
"text": "\t\t\t\tcopyright 2017 tencent Ltd. All rights reserved.\n"
},
"homepage": "https://cloud.tencent.com/product/mlvb",
"authors": "tencent video cloud",
"summary": "TXLiteAVSDK for UGC Edition.",
"documentation_url": "https://cloud.tencent.com/document/product/454/7879",
"ios": {
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"VideoToolbox",
"CoreGraphics",
"AVFoundation",
"Accelerate"
],
"libraries": [
"z",
"resolv",
"iconv",
"stdc++",
"c++"
]
},
"requires_arc": true,
"source": {
"http": "https://liteavsdk-1252463788.cosgz.myqcloud.com/4.4/TXLiteAVSDK_UGC_Rename_iOS_4.4.3774.zip"
},
"preserve_paths": "TXLiteAVSDK_UGC/SDK/TXLiteAVSDK_UGC.framework",
"source_files": "TXLiteAVSDK_UGC/SDK/TXLiteAVSDK_UGC.framework/Headers/*.h",
"public_header_files": "TXLiteAVSDK_UGC/SDK/TXLiteAVSDK_UGC.framework/Headers/*.h",
"vendored_frameworks": "TXLiteAVSDK_UGC/SDK/TXLiteAVSDK_UGC.framework",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/TXLiteAVSDK_UGC/TXLiteAVSDK_UGC/SDK/TXLiteAVSDK_UGC.framework/Headers/"
}
}