blob: 2a54966ea3483874431b4e1047de0fc37176a817 [file] [log] [blame]
{
"name": "AMBTableViewController",
"version": "1.2.1",
"summary": "Storyboard and Prototype Cells-centric block-based UITableView controller to manage complex layouts.",
"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.",
"homepage": "http://cyberagent.github.io/AMBTableViewController/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"CyberAgent Inc.": "",
"Ernesto Rivera": "rivera_ernesto@cyberagent.co.jp"
},
"screenshots": [
"http://cyberagent.github.io/AMBTableViewController/images/screenshot1.png",
"http://cyberagent.github.io/AMBTableViewController/images/screenshot2.png"
],
"source": {
"git": "https://github.com/CyberAgent/AMBTableViewController.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"preserve_paths": [
"README.md",
"NOTICE"
]
}