[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 1 / 9 / a / AMBTableViewController / 1.0.0 / AMBTableViewController.podspec.json
blob6a93d5516756890bed762fde15277fa115a10360
2   "name": "AMBTableViewController",
3   "version": "1.0.0",
4   "summary": "Storyboard and Prototype Cells-centric block-based UITableView controller to manage complex layouts.",
5   "description": "                        * Use Storyboards' Prototype Cells to design your cells.\n                        * Separate table code with AMBTableViewSection's.\n                        * Uses blocks instead of delegate calls and avoid having section code separated through multiple methods.\n                        * Individual hide/shown, add/remove sections and rows.\n                        * Support for dynamic height cells.\n                        * Support for special \"No Content Cell\"'s for empty sections.\n",
6   "homepage": "http://cyberagent.github.io/AMBTableViewController/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CyberAgent Inc.": "",
13     "Ernesto Rivera": "rivera_ernesto@cyberagent.co.jp"
14   },
15   "screenshots": [
16     "http://cyberagent.github.io/AMBTableViewController/images/screenshot1.png",
17     "http://cyberagent.github.io/AMBTableViewController/images/screenshot2.png"
18   ],
19   "source": {
20     "git": "https://github.com/CyberAgent/AMBTableViewController.git",
21     "tag": "1.0.0"
22   },
23   "platforms": {
24     "ios": "5.0"
25   },
26   "requires_arc": true,
27   "source_files": "Source/*.{h,m}",
28   "preserve_paths": [
29     "README.md",
30     "NOTICE"
31   ]