Skip to content

Commit

Permalink
[Add] TXLiteAVSDK_Professional 11.4.14552
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsfliu authored and CocoaPodsBot committed Dec 6, 2023
1 parent 0231230 commit 78e56ab
Showing 1 changed file with 70 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"name": "TXLiteAVSDK_Professional",
"version": "11.4.14552",
"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/trtc",
"documentation_url": "https://cloud.tencent.com/document/product/647/32173",
"authors": "tencent video cloud",
"summary": "TXLiteAVSDK for Professional Edition.",
"ios": {
"frameworks": [
"AVFoundation",
"AVKit",
"Accelerate",
"AssetsLibrary",
"MetalKit",
"SystemConfiguration",
"GLKit",
"CoreServices",
"ReplayKit",
"AudioToolbox",
"VideoToolbox"
]
},
"libraries": [
"c++",
"resolv",
"sqlite3",
"z"
],
"requires_arc": true,
"source": {
"http": "https://liteav.sdk.qcloud.com/download/releases/11.4/TXLiteAVSDK_Professional_iOS_11.4.14552_SDK.zip"
},
"default_subspecs": "Professional",
"subspecs": [
{
"name": "Professional",
"preserve_paths": "TXLiteAVSDK_Professional/TXLiteAVSDK_Professional.framework",
"source_files": "TXLiteAVSDK_Professional/TXLiteAVSDK_Professional.framework/Headers/*.h",
"public_header_files": "TXLiteAVSDK_Professional/TXLiteAVSDK_Professional.framework/Headers/*.h",
"vendored_frameworks": [
"TXLiteAVSDK_Professional/TXLiteAVSDK_Professional.framework",
"TXLiteAVSDK_Professional/TXSoundTouch.xcframework",
"TXLiteAVSDK_Professional/TXFFmpeg.xcframework"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/TXLiteAVSDK_Professional/TXLiteAVSDK_Professional/TXLiteAVSDK_Professional.framework/Headers/"
}
},
{
"name": "ReplayKitExt",
"platforms": {
"ios": "10.0"
},
"preserve_paths": "TXLiteAVSDK_Professional/TXLiteAVSDK_ReplayKitExt.framework",
"source_files": "TXLiteAVSDK_Professional/TXLiteAVSDK_ReplayKitExt.framework/Headers/*.h",
"public_header_files": "TXLiteAVSDK_Professional/TXLiteAVSDK_ReplayKitExt.framework/Headers/*.h",
"vendored_frameworks": "TXLiteAVSDK_Professional/TXLiteAVSDK_ReplayKitExt.framework",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/TXLiteAVSDK_Professional/TXLiteAVSDK_Professional/TXLiteAVSDK_ReplayKitExt.framework/Headers/"
}
}
]
}

0 comments on commit 78e56ab

Please sign in to comment.