[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / 5 / CBTableViewDataSource-AutoHeight / 0.0.4 / CBTableViewDataSource-AutoHeight.podspec.json
blobc88983ea5cdc39212f631bdfc5eac45dd8425f3a
2   "name": "CBTableViewDataSource-AutoHeight",
3   "version": "0.0.4",
4   "summary": "CBTableViewDataSource自动计算高度的扩展",
5   "description": "CBTableViewDataSource的扩展,这个框架用起来不错,就是在自动布局计算的时候有点问题,添加了一个类别调用UITableView-FDTemplateLayoutCell来计算高度。布局支持Masonry。类别CBBaseTableViewDataSource+SDAutoHeight支持SDAutoLayout。",
6   "homepage": "https://github.com/ZWXAllen/CBTableViewDataSource-AutoHeight",
7   "license": "MIT",
8   "authors": {
9     "Allen": "39341184@qq.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/ZWXAllen/CBTableViewDataSource-AutoHeight.git",
16     "tag": "0.0.4"
17   },
18   "source_files": [
19     "CBTableViewDataSource-AutoHeight",
20     "CBTableViewDataSource-AutoHeight/**/*.{h,m}"
21   ],
22   "public_header_files": "CBTableViewDataSource-AutoHeight/**/*.h",
23   "requires_arc": true,
24   "frameworks": "UIKit",
25   "dependencies": {
26     "CBTableViewDataSource": [
27       "~> 1.1.0"
28     ],
29     "UITableView+FDTemplateLayoutCell": [
30       "~> 1.6"
31     ],
32     "SDAutoLayout": [
33       "~> 2.2.0"
34     ]
35   }