[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / e / 2 / VerticalTree / 0.3.2 / VerticalTree.podspec.json
blobe834238e536bfc0208cfbc08dd17dc735c76ecac
2   "name": "VerticalTree",
3   "version": "0.3.2",
4   "source": {
5     "git": "https://github.com/ZhipingYang/VerticalTree.git",
6     "tag": "0.3.2"
7   },
8   "summary": "Vertical drawing the TreeView",
9   "description": "Provides a vertical drawing of the tree structure and view information about the tree‘s nodes",
10   "homepage": "https://github.com/ZhipingYang/VerticalTree",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Daniel Yang": "xcodeyang@gmail.com"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "default_subspecs": [
24     "Core",
25     "UI",
26     "PrettyExtension"
27   ],
28   "swift_version": "5.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "class/core/*.swift",
33       "frameworks": "Foundation"
34     },
35     {
36       "name": "UI",
37       "source_files": "class/ui/*.swift",
38       "ios": {
39         "frameworks": "UIKit"
40       },
41       "dependencies": {
42         "VerticalTree/Core": [
44         ],
45         "Then": [
47         ]
48       }
49     },
50     {
51       "name": "PrettyExtension",
52       "source_files": "class/pretty/*.swift",
53       "dependencies": {
54         "VerticalTree/Core": [
56         ]
57       }
58     }
59   ]