blob: 576a180ef96d088bfa7af094b81225a92b5fc18b [file] [log] [blame]
{
"name": "VerticalTree",
"version": "0.2.0",
"summary": "Vertical drawing the TreeView",
"description": "Provides a vertical drawing of the tree structure and view information about the tree‘s nodes",
"homepage": "https://github.com/ZhipingYang/VerticalTree",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Yang": "xcodeyang@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ZhipingYang/VerticalTree.git",
"tag": "0.2.0"
},
"requires_arc": true,
"swift_version": "5.0",
"dependencies": {
"Then": [
]
},
"default_subspecs": [
"Core",
"UI",
"PrettyText"
],
"subspecs": [
{
"name": "Core",
"source_files": "class/main/*.swift"
},
{
"name": "UI",
"source_files": "class/ui/*.swift",
"dependencies": {
"VerticalTree/Core": [
]
}
},
{
"name": "PrettyText",
"source_files": "class/pretty/*.swift",
"dependencies": {
"VerticalTree/Core": [
]
}
}
]
}