[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / e / 2 / VerticalTree / 0.2.2 / VerticalTree.podspec.json
blob0874fe9bc929bd0d109906e4aad460d8df5af89a
2   "name": "VerticalTree",
3   "version": "0.2.2",
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.2"
20   },
21   "requires_arc": true,
22   "swift_version": "5.0",
23   "default_subspecs": [
24     "Core",
25     "UI",
26     "PrettyExtension"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "class/core/*.swift",
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "UI",
36       "source_files": "class/ui/*.swift",
37       "ios": {
38         "frameworks": "UIKit"
39       },
40       "dependencies": {
41         "VerticalTree/Core": [
43         ],
44         "Then": [
46         ]
47       }
48     },
49     {
50       "name": "PrettyExtension",
51       "source_files": "class/pretty/*.swift",
52       "dependencies": {
53         "VerticalTree/Core": [
55         ]
56       }
57     }
58   ]