-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Add] TXLiteAVSDK_Professional 11.4.14552
- Loading branch information
1 parent
0231230
commit 78e56ab
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
70 changes: 70 additions & 0 deletions
70
Specs/1/b/8/TXLiteAVSDK_Professional/11.4.14552/TXLiteAVSDK_Professional.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} | ||
} | ||
] | ||
} |