blob: 65029ab8e3380c1204580dcc0b9d7bb28a6fe586 [file] [log] [blame]
{
"name": "AOZTableViewProvider",
"version": "0.7.1",
"summary": "AOZTableViewProvider can generate tableView from a configuration file",
"description": "AOZTableViewProvider generates UITableView from a config file, without writing any dataSource and delegate.",
"requires_arc": true,
"homepage": "https://github.com/Aozorany/AOZTableViewProvider",
"license": "MIT",
"authors": "Aozorany",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Aozorany/AOZTableViewProvider.git",
"tag": "0.7.1"
},
"source_files": "AOZTableViewProvider/AOZ*.{h,m}",
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit"
}