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