blob: c88983ea5cdc39212f631bdfc5eac45dd8425f3a [file] [log] [blame]
{
"name": "CBTableViewDataSource-AutoHeight",
"version": "0.0.4",
"summary": "CBTableViewDataSource自动计算高度的扩展",
"description": "CBTableViewDataSource的扩展,这个框架用起来不错,就是在自动布局计算的时候有点问题,添加了一个类别调用UITableView-FDTemplateLayoutCell来计算高度。布局支持Masonry。类别CBBaseTableViewDataSource+SDAutoHeight支持SDAutoLayout。",
"homepage": "https://github.com/ZWXAllen/CBTableViewDataSource-AutoHeight",
"license": "MIT",
"authors": {
"Allen": "39341184@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ZWXAllen/CBTableViewDataSource-AutoHeight.git",
"tag": "0.0.4"
},
"source_files": [
"CBTableViewDataSource-AutoHeight",
"CBTableViewDataSource-AutoHeight/**/*.{h,m}"
],
"public_header_files": "CBTableViewDataSource-AutoHeight/**/*.h",
"requires_arc": true,
"frameworks": "UIKit",
"dependencies": {
"CBTableViewDataSource": [
"~> 1.1.0"
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.6"
],
"SDAutoLayout": [
"~> 2.2.0"
]
}
}