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