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