[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / f / 5 / a / UUabc / 0.1.1 / UUabc.podspec.json
blob87c3cb54f8073b18b72d811795dea5fd81325906
2   "name": "UUabc",
3   "version": "0.1.1",
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.1"
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         "UUabc/Classes/AsunChannelView.framework/AsunBoardToolSource.bundle",
64         "UUabc/Classes/AsunChannelView.framework/AsunSystemMusicSource.bundle"
65       ],
66       "frameworks": [
67         "UIKit",
68         "AVFoundation",
69         "AudioToolbox"
70       ],
71       "dependencies": {
72         "SnapKit": [
73           ">= 5.0.1"
74         ]
75       }
76     },
77     {
78       "name": "Agora",
79       "dependencies": {
80         "AgoraRtcEngine_iOS": [
81           "2.9.0.106"
82         ]
83       }
84     },
85     {
86       "name": "Zego",
87       "dependencies": {
88         "ZegoExpressEngine/Video": [
90         ]
91       }
92     }
93   ]