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