[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 6 / e / ZBObjectiveCBeaver / 0.8.0 / ZBObjectiveCBeaver.podspec.json
blob1b766cf8e57e1c37d6aba8f37549bfb2c4dfc3f2
2   "name": "ZBObjectiveCBeaver",
3   "version": "0.8.0",
4   "summary": "ios log.",
5   "description": "https://github.com/itzhangbao/ZBObjectiveCBeaver/blob/master/README.md",
6   "homepage": "https://github.com/itzhangbao/ZBObjectiveCBeaver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "itzhangbao": "itzhangbao@163.com"
13   },
14   "source": {
15     "git": "https://github.com/itzhangbao/ZBObjectiveCBeaver.git",
16     "tag": "0.8.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ZBObjectiveCBeaver/ZBObjectiveCBeaver.h",
22   "default_subspecs": [
23     "Core",
24     "Utils",
25     "CustomAPI"
26   ],
27   "frameworks": [
28     "UIKit",
29     "AVFoundation"
30   ],
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "ZBObjectiveCBeaver/Core/*",
35       "dependencies": {
36         "ZBObjectiveCBeaver/Utils": [
38         ]
39       }
40     },
41     {
42       "name": "Utils",
43       "source_files": "ZBObjectiveCBeaver/Utils/*"
44     },
45     {
46       "name": "CustomAPI",
47       "source_files": "ZBObjectiveCBeaver/CustomAPI/*",
48       "dependencies": {
49         "ZBObjectiveCBeaver/Utils": [
51         ],
52         "ZBObjectiveCBeaver/Core": [
54         ]
55       }
56     },
57     {
58       "name": "AVOSCloud",
59       "source_files": "ZBObjectiveCBeaver/AVOSCloud/*",
60       "dependencies": {
61         "ZBObjectiveCBeaver/Utils": [
63         ],
64         "ZBObjectiveCBeaver/Core": [
66         ],
67         "AVOSCloud": [
69         ]
70       }
71     }
72   ]