blob: fc5b3605fe09f1f4498e878a36fcac3330f4520d [file] [log] [blame]
{
"name": "TreeView",
"version": "1.1.3",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"summary": "Sub-cells simplified. ©",
"description": "TreeView is a \"proxy\" object that sits between UITableView and UIViewController, \nproxies all calls to data source and converts 2d-like indexPaths (0-0, 0-1, ...) into N-depth indexPaths (0-0, 0-0-1, 0-0-2, 0-1-0-1, ...)\nso you can have nested subcells within native UITableView.",
"homepage": "https://github.com/genkernel/TreeView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kernel": "kernel@reimplement.mobi"
},
"source": {
"git": "https://github.com/genkernel/TreeView.git",
"tag": "1.1.3"
},
"source_files": "TreeTable/*.{h,m}"
}