blob: 0e2ede895041c8c93bfb2e5e99879f8ef2e226cf [file] [log] [blame]
{
"name": "AMBTableViewController",
"version": "1.2.0",
"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.\n",
"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.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"preserve_paths": [
"README.md",
"NOTICE"
]
}