8 "summary": "Sub-cells simplified. ©",
9 "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.",
10 "homepage": "https://github.com/genkernel/TreeView",
16 "kernel": "kernel@reimplement.mobi"
19 "git": "https://github.com/genkernel/TreeView.git",
22 "source_files": "TreeTable/*.{h,m}"