[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / f / c / AgoraAudio_iOS / 0.0.14-test / AgoraAudio_iOS.podspec.json
blobee00ef16ed772b90f290d1a7b5919445f2ae03de
2   "name": "AgoraAudio_iOS",
3   "version": "0.0.14-test",
4   "summary": "Agora iOS Audio SDK",
5   "description": "iOS library for agora audio communication and broadcasting service.",
6   "homepage": "https://docs.agora.io/en/Agora%20Platform/downloads",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2023 agora.io. All rights reserved."
10   },
11   "authors": {
12     "Agora Lab": "developer@agora.io"
13   },
14   "source": {
15     "http": "https://download.agora.io/sdk/release/AgoraAudio_iOS-0.0.14-test.zip"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "RtcBasic",
24       "vendored_frameworks": [
25         "AgoraRtcKit.xcframework",
26         "Agorafdkaac.xcframework",
27         "Agoraffmpeg.xcframework",
28         "AgoraSoundTouch.xcframework"
29       ],
30       "weak_frameworks": [
31         "AgoraRtcKit",
32         "Agorafdkaac",
33         "Agoraffmpeg",
34         "AgoraSoundTouch"
35       ],
36       "dependencies": {
37         "AgoraInfra_iOS": [
38           "0.0.14-test"
39         ]
40       }
41     },
42     {
43       "name": "AINS",
44       "vendored_frameworks": "AgoraAiNoiseSuppressionExtension.xcframework",
45       "weak_frameworks": "AgoraAiNoiseSuppressionExtension"
46     },
47     {
48       "name": "AINSLL",
49       "vendored_frameworks": "AgoraAiNoiseSuppressionLLExtension.xcframework",
50       "weak_frameworks": "AgoraAiNoiseSuppressionLLExtension"
51     },
52     {
53       "name": "AudioBeauty",
54       "vendored_frameworks": "AgoraAudioBeautyExtension.xcframework",
55       "weak_frameworks": "AgoraAudioBeautyExtension"
56     },
57     {
58       "name": "SpatialAudio",
59       "vendored_frameworks": "AgoraSpatialAudioExtension.xcframework",
60       "weak_frameworks": "AgoraSpatialAudioExtension"
61     },
62     {
63       "name": "AIAEC",
64       "vendored_frameworks": "AgoraAiEchoCancellationExtension.xcframework",
65       "weak_frameworks": "AgoraAiEchoCancellationExtension"
66     },
67     {
68       "name": "AIAECLL",
69       "vendored_frameworks": "AgoraAiEchoCancellationLLExtension.xcframework",
70       "weak_frameworks": "AgoraAiEchoCancellationLLExtension"
71     },
72     {
73       "name": "LipSync",
74       "vendored_frameworks": "AgoraLipSyncExtension.xcframework",
75       "weak_frameworks": "AgoraLipSyncExtension"
76     }
77   ]