[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / a / d / ZZWidgets / 1.1.0.0 / ZZWidgets.podspec.json
blobd64b4545c68551ea3a302dfa674578c3e9574b21
2   "name": "ZZWidgets",
3   "version": "1.1.0.0",
4   "summary": "A short description of ZZWidgets.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/meiszhe/ZZWidgets",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "meiszhe": "meiszhe1@163.com"
13   },
14   "source": {
15     "git": "https://github.com/meiszhe/ZZWidgets.git",
16     "tag": "1.1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "libraries": [
26     "resolv",
27     "c++"
28   ],
29   "subspecs": [
30     {
31       "name": "C",
32       "vendored_frameworks": "SDK/Core/BonreeCore.xcframework"
33     },
34     {
35       "name": "B",
36       "vendored_frameworks": "SDK/Business/BonreeBusiness.xcframework",
37       "dependencies": {
38         "ZZWidgets/C": [
40         ]
41       }
42     },
43     {
44       "name": "R",
45       "vendored_frameworks": "SDK/RUM/BonreeRUM.xcframework",
46       "dependencies": {
47         "ZZWidgets/C": [
49         ],
50         "ZZWidgets/B": [
52         ]
53       }
54     },
55     {
56       "name": "L",
57       "vendored_frameworks": "SDK/Log/BonreeLog.xcframework",
58       "dependencies": {
59         "ZZWidgets/C": [
61         ],
62         "ZZWidgets/B": [
64         ]
65       }
66     }
67   ]