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