blob: 821d9a0b76c8eacfce44b6262dd056843b9d7d81 [file] [log] [blame]
{
"name": "ZDTableViewBinding",
"version": "0.0.1",
"summary": "使用`ReactiveCocoa`绑定处理tableView的数据,并利用`UITableView+FDTemplateLayoutCell`计算tableViewCell的高度",
"homepage": "https://github.com/faimin/ZDTableViewBinding",
"license": {
"type": "MIT",
"file": "./Demo/LICENSE"
},
"authors": {
"Zero.D.Saber": "fuxianchao@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/faimin/ZDTableViewBinding.git",
"tag": "0.0.1"
},
"source_files": [
"ZDTableViewBinding",
"ZDTableViewBinding/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.4"
]
}
}