[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 8 / e / 2 / VerticalTree / 0.3.0 / VerticalTree.podspec.json
blob6c7f10b2a8d9a918b3efae00d11c0eef7981952f
2   "name": "VerticalTree",
3   "version": "0.3.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.3.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   ]