8 "summary": "TreeView enables cells + subcells in UITableView.",
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, ...).",
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}",
23 "swift_version": "4.2"