blob: a89d4f00f64d23c8baa0a10defc2c0b0e4348915 [file] [log] [blame]
{
"name": "ASPTableViewController",
"version": "0.1.0",
"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 cells to their own controller classes\n * makes the tree's data source data-driven\n\n This is especially useful when\n * the collection structure is variable, or unknown at build time\n * you have shared a cell style across several collection 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": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/*.{m,h}",
"public_header_files": "Classes/*.h",
"requires_arc": true
}