-
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] AgoraRtcEngine_macOS_Preview 4.5.1-dev.2
- Loading branch information
1 parent
809853b
commit d09d496
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
68 changes: 68 additions & 0 deletions
68
.../9/7/7/AgoraRtcEngine_macOS_Preview/4.5.1-dev.2/AgoraRtcEngine_macOS_Preview.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,68 @@ | ||
{ | ||
"name": "AgoraRtcEngine_macOS_Preview", | ||
"version": "4.5.1-dev.2", | ||
"summary": "Agora macOS video SDK", | ||
"description": "mac OS library for agora A/V communication, broadcasting and data channel service.", | ||
"homepage": "https://docs.agora.io/en/Agora%20Platform/downloads", | ||
"license": { | ||
"type": "Copyright", | ||
"text": "Copyright 2023 agora.io. All rights reserved.\n" | ||
}, | ||
"authors": { | ||
"Agora Lab": "[email protected]" | ||
}, | ||
"platforms": { | ||
"osx": "10.10" | ||
}, | ||
"source": { | ||
"http": "https://download.agora.io/sdk/release/AgoraRtcEngine_macOS_Preview-4.5.1-dev.2.zip" | ||
}, | ||
"vendored_frameworks": [ | ||
"AgoraAiEchoCancellationExtension.xcframework", | ||
"AgoraAiEchoCancellationLLExtension.xcframework", | ||
"AgoraAiNoiseSuppressionExtension.xcframework", | ||
"AgoraAiNoiseSuppressionLLExtension.xcframework", | ||
"AgoraAudioBeautyExtension.xcframework", | ||
"AgoraClearVisionExtension.xcframework", | ||
"AgoraContentInspectExtension.xcframework", | ||
"AgoraFaceCaptureExtension.xcframework", | ||
"AgoraFaceDetectionExtension.xcframework", | ||
"AgoraLipSyncExtension.xcframework", | ||
"AgoraRtcKit.xcframework", | ||
"AgoraScreenCaptureExtension.xcframework", | ||
"AgoraSoundTouch.xcframework", | ||
"AgoraSpatialAudioExtension.xcframework", | ||
"AgoraVideoAv1DecoderExtension.xcframework", | ||
"AgoraVideoAv1EncoderExtension.xcframework", | ||
"AgoraVideoDecoderExtension.xcframework", | ||
"AgoraVideoEncoderExtension.xcframework", | ||
"AgoraVideoQualityAnalyzerExtension.xcframework", | ||
"AgoraVideoSegmentationExtension.xcframework", | ||
"Agorafdkaac.xcframework", | ||
"Agoraffmpeg.xcframework", | ||
"aosl.xcframework", | ||
"video_dec.xcframework", | ||
"video_enc.xcframework" | ||
], | ||
"weak_frameworks": [ | ||
"AgoraAiEchoCancellationExtension", | ||
"AgoraAiEchoCancellationLLExtension", | ||
"AgoraAiNoiseSuppressionExtension", | ||
"AgoraAiNoiseSuppressionLLExtension", | ||
"AgoraAudioBeautyExtension", | ||
"AgoraClearVisionExtension", | ||
"AgoraContentInspectExtension", | ||
"AgoraFaceCaptureExtension", | ||
"AgoraFaceDetectionExtension", | ||
"AgoraLipSyncExtension", | ||
"AgoraScreenCaptureExtension", | ||
"AgoraSpatialAudioExtension", | ||
"AgoraVideoAv1DecoderExtension", | ||
"AgoraVideoAv1EncoderExtension", | ||
"AgoraVideoDecoderExtension", | ||
"AgoraVideoEncoderExtension", | ||
"AgoraVideoQualityAnalyzerExtension", | ||
"AgoraVideoSegmentationExtension" | ||
], | ||
"requires_arc": true | ||
} |