blob: 5ac6748e9116f3ff664f6914b1c1ed636ceadcf3 [file] [log] [blame]
{
"name": "HDTableViewMaker",
"version": "0.0.8",
"summary": "只需一行代码,通过链式风格快速配置UITableView包括创建Delegate和DataSource、添加下拉刷新等各种功能,满足你对UITableView的一切幻想",
"homepage": "https://github.com/hongdong/HDTableViewMaker",
"license": "MIT",
"authors": {
"Abner": "fjhongdong@126.com"
},
"source": {
"git": "https://github.com/hongdong/HDTableViewMaker.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "7.0"
},
"source_files": "HDTableViewMaker/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
],
"UITableView+FDTemplateLayoutCell": [
]
}
}