blob: d3d207989ef2706fee7c63c253e75f9694fb1948 [file] [log] [blame]
{
"name": "HDTableViewMaker",
"version": "1.0.6",
"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": "1.0.6"
},
"platforms": {
"ios": "7.0"
},
"source_files": "HDTableViewMaker/*.{h,m}",
"resources": "HDTableViewMaker/HDTableViewMaker.bundle",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
],
"UITableView+FDTemplateLayoutCell": [
],
"Masonry": [
]
}
}