[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 8 / 9 / ContentTableViewController / 1.1.2 / ContentTableViewController.podspec.json
blobd7b24f6f1c3528431768c9e166d1ee158b335577
2   "name": "ContentTableViewController",
3   "version": "1.1.2",
4   "summary": "Super simple way to present content.",
5   "description": "                       Super simple way to present content. A template table view that can take several kinds of objects and present them on-the-fly with one line of code. Customization of the view controller can be done as expected, customization of the table view can be done by accessing contentController.tableView, and customization of the cells can be done through a few ContentTableViewController options.\n",
6   "homepage": "https://github.com/insanj/ContentTableViewController",
7   "screenshots": [
8     "https://raw.githubusercontent.com/insanj/ContentTableViewController/master/example-empty.png",
9     "https://raw.githubusercontent.com/insanj/ContentTableViewController/master/example-full.png"
10   ],
11   "license": "GNU",
12   "authors": {
13     "insanj": "insanjmail@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/insanj/ContentTableViewController.git",
17     "tag": "1.1.2"
18   },
19   "social_media_url": "https://twitter.com/insanj",
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*"