blob: c7c6a59df847253a50eb15c3b1194a70d3a76aee [file] [log] [blame]
{
"name": "HDTableViewDataSource",
"version": "0.0.3",
"summary": "只需一行代码,通过链式语法快速为UITableView创建Delegate和DataSource,满足你对UITableView的所有幻想",
"homepage": "https://github.com/hongdong/HDTableViewDataSource",
"license": "MIT",
"authors": {
"Abner": "fjhongdong@126.com"
},
"source": {
"git": "https://github.com/hongdong/HDTableViewDataSource.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "HDTableViewDataSource/*.{h,m}",
"requires_arc": true,
"dependencies": {
"MJRefresh": [
],
"UITableView+FDTemplateLayoutCell": [
]
}
}