-
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_Special_iOS 4.3.1.147
- Loading branch information
1 parent
7becbb8
commit 1735c56
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
Specs/5/d/b/AgoraRtcEngine_Special_iOS/4.3.1.147/AgoraRtcEngine_Special_iOS.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,43 @@ | ||
{ | ||
"name": "AgoraRtcEngine_Special_iOS", | ||
"version": "4.3.1.147", | ||
"summary": "Agora iOS video SDK", | ||
"description": "iOS 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": "developer@agora.io" | ||
}, | ||
"platforms": { | ||
"ios": "8.0" | ||
}, | ||
"source": { | ||
"http": "https://download.agora.io/sdk/release/AgoraRtcEngine_Special_iOS-4.3.1.147.zip" | ||
}, | ||
"pod_target_xcconfig": { | ||
"VALID_ARCHS[sdk=iphonesimulator*]": "x86_64" | ||
}, | ||
"vendored_frameworks": [ | ||
"AgoraAiEchoCancellationExtension.xcframework", | ||
"AgoraAiNoiseSuppressionExtension.xcframework", | ||
"AgoraRtcKit.xcframework", | ||
"AgoraSoundTouch.xcframework", | ||
"AgoraVideoDecoderExtension.xcframework", | ||
"AgoraVideoEncoderExtension.xcframework", | ||
"Agorafdkaac.xcframework", | ||
"Agoraffmpeg.xcframework", | ||
"aosl.xcframework", | ||
"video_dec.xcframework", | ||
"video_enc.xcframework" | ||
], | ||
"weak_frameworks": [ | ||
"AgoraAiEchoCancellationExtension", | ||
"AgoraAiNoiseSuppressionExtension", | ||
"AgoraVideoDecoderExtension", | ||
"AgoraVideoEncoderExtension" | ||
], | ||
"requires_arc": true | ||
} |