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