[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / e / 8 / 3 / ASPTableViewController / 1.0 / ASPTableViewController.podspec.json
blobb1cee57d3d0d26631494f2e350e5dc2f3723bbaa
2   "name": "ASPTableViewController",
3   "version": "1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "A Single Pixel, LLC": "gperks@asinglepixel.com"
10   },
11   "source": {
12     "git": "https://github.com/gperks/ASPTableViewController.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "Classes/*.{m,h}",
19   "public_header_files": "Classes/*.h",
20   "requires_arc": true