2 "name": "ASPTableViewController",
4 "summary": "A UITableViewController subclass that moves cells to their own controller classes, and makes the tree's data source data-driven.",
5 "description": " A UITableViewController subclass that:\n \n * moves cell logic to their own controller classes\n * makes the tree's data source data-driven\n * can load the table structure from JSON\n\n This is especially useful when:\n\n * the data structure is variable, or unknown at build time\n * you have a shared cell style across several table views.\n",
6 "homepage": "https://github.com/gperks/ASPTableViewController",
9 "A Single Pixel, LLC": "gperks@asinglepixel.com"
12 "git": "https://github.com/gperks/ASPTableViewController.git",
18 "source_files": "Classes/*.{m,h}",
19 "public_header_files": "Classes/*.h",