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