[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 5 / a / UUabc / 0.1.2 / UUabc.podspec.json
blobc7b45e052ebf7148a76f92223bddc29582ed6865
2   "name": "UUabc",
3   "version": "0.1.2",
4   "summary": "UUabc SDK",
5   "description": "All iOS framework for UUabc.",
6   "authors": {
7     "becomerichios@163.com": "becomerichios@163.com",
8     "hongyang.zhong@onesmart.org": "hongyang.zhong@onesmart.org"
9   },
10   "homepage": "https://gitlab.51uuabc.com/mobile/ios/uuclassroom",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "source": {
16     "git": "https://gitlab.51uuabc.com/mobile/ios/uuclassroom",
17     "tag": "0.1.2"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "AsunChannel",
26       "dependencies": {
27         "UUabc/AsunChannelManager": [
29         ]
30       }
31     },
32     {
33       "name": "AsunChannelUI",
34       "dependencies": {
35         "UUabc/AsunChannelView": [
37         ]
38       }
39     },
40     {
41       "name": "AsunChannelManager",
42       "vendored_frameworks": [
43         "UUabc/Classes/AsunChannelManager.framework"
44       ],
45       "dependencies": {
46         "UUabc/Agora": [
48         ],
49         "UUabc/Zego": [
51         ]
52       }
53     },
54     {
55       "name": "AsunChannelView",
56       "vendored_frameworks": [
57         "UUabc/Classes/AsunChannelView.framework"
58       ],
59       "resources": [
60         "UUabc/Classes/AsunChannelView.framework/AsunBgSource.bundle",
61         "UUabc/Classes/AsunChannelView.framework/AsunVolumeSource.bundle",
62         "UUabc/Classes/AsunChannelView.framework/AsunNetworkSource.bundle",
63         "UUabc/Classes/AsunChannelView.framework/AsunInterfaceSource.bundle",
64         "UUabc/Classes/AsunChannelView.framework/AsunBoardToolSource.bundle",
65         "UUabc/Classes/AsunChannelView.framework/AsunSystemMusicSource.bundle",
66         "UUabc/Classes/AsunChannelView.framework/AsunChatSource.bundle"
67       ],
68       "frameworks": [
69         "UIKit",
70         "AVFoundation",
71         "AudioToolbox"
72       ],
73       "dependencies": {
74         "SnapKit": [
75           ">= 5.0.1"
76         ]
77       }
78     },
79     {
80       "name": "Agora",
81       "dependencies": {
82         "AgoraRtcEngine_iOS": [
83           "2.9.0.106"
84         ]
85       }
86     },
87     {
88       "name": "Zego",
89       "dependencies": {
90         "ZegoExpressEngine/Video": [
92         ]
93       }
94     }
95   ]