blob: 216c2a4a6e54e7711c0e8059554304a4813788b7 [file] [log] [blame]
{
"name": "LNZTreeView",
"platforms": {
"ios": "8.0"
},
"version": "1.1.2",
"summary": "A swift TreeView implementation for iOS.",
"description": "This is a swift implementation for iOS of a Tree View. A Tree View is a graphical representation of a tree. Each element (node) can have a number of sub elements (children).\n\nThis particular implementation of TreeView organizes nodes and subnodes in rows and each node has an indentation that indicates the hierarchy of the element. A parent can be expanded or collapsed and each children can be a parent itself containing more sub nodes.",
"requires_arc": true,
"license": {
"type": "MIT"
},
"homepage": "https://www.pfrpg.net",
"authors": {
"Giuseppe Lanza": "gringoire986@gmail.com"
},
"source": {
"git": "https://github.com/gringoireDM/LNZTreeView.git",
"tag": "v1.1.2"
},
"frameworks": "UIKit",
"source_files": "LNZTreeView/**/*.{swift, h}"
}