blob: 99a86504f6b2b05070eac2659d0f45a79521644b [file] [log] [blame]
{
"name": "VerticalTree",
"version": "0.2.1",
"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.1"
},
"requires_arc": true,
"swift_version": "5.0",
"default_subspecs": [
"Core",
"UI",
"PrettyExtension"
],
"frameworks": "Foundation",
"subspecs": [
{
"name": "Core",
"source_files": "class/core/*.swift"
},
{
"name": "UI",
"source_files": "class/ui/*.swift",
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"VerticalTree/Core": [
],
"Then": [
]
}
},
{
"name": "PrettyExtension",
"source_files": "class/pretty/*.swift",
"dependencies": {
"VerticalTree/Core": [
]
}
}
]
}