blob: 6f42e31f46455e311d29eff0550dfede496ca01a [file] [log] [blame]
{
"name": "ZDTableViewBinding",
"version": "0.3.1",
"summary": "使用`ReactiveObjC`绑定处理tableView的数据,并利用`UITableView+FDTemplateLayoutCell`计算tableViewCell的高度",
"homepage": "https://github.com/faimin/ZDTableViewBinding",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zero.D.Saber": "fuxianchao@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/faimin/ZDTableViewBinding.git",
"tag": "0.3.1"
},
"requires_arc": true,
"module_name": "ZDTableViewBinding",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"ReactiveObjC": [
]
},
"subspecs": [
{
"name": "ZDProtocols",
"source_files": "ZDTableViewBinding/ZDProtocols/*.h"
},
{
"name": "ZDViewModels",
"source_files": "ZDTableViewBinding/ZDViewModels/*.{h,m}",
"dependencies": {
"ZDTableViewBinding/ZDProtocols": [
]
}
},
{
"name": "ZDBinding",
"source_files": "ZDTableViewBinding/ZDBinding/*.{h,m}",
"dependencies": {
"ZDTableViewBinding/ZDProtocols": [
],
"ZDTableViewBinding/ZDViewModels": [
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.6"
]
}
},
{
"name": "ZDBaseViews",
"source_files": "ZDTableViewBinding/ZDBaseViews/*.{h,m}",
"dependencies": {
"ZDTableViewBinding/ZDProtocols": [
],
"ZDTableViewBinding/ZDViewModels": [
]
}
}
]
}