blob: 61ed802829531e57598e1fe7278c88adb8675343 [file] [log] [blame]
{
"name": "ASPTableViewController",
"version": "1.0.1",
"summary": "A UITableViewController subclass that moves cells to their own controller classes, and makes the tree's data source data-driven.",
"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",
"homepage": "https://github.com/gperks/ASPTableViewController",
"license": "MIT",
"authors": {
"A Single Pixel, LLC": "gperks@asinglepixel.com"
},
"source": {
"git": "https://github.com/gperks/ASPTableViewController.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/*.{m,h}",
"public_header_files": "Classes/*.h",
"requires_arc": true
}