[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / a / 4 / CellLayout / 3.8.1 / CellLayout.podspec.json
blob8e872e87e7670783ec55e776957c96e4308ccdb0
2   "name": "CellLayout",
3   "version": "3.8.1",
4   "summary": "Table组件的封装",
5   "description": "这个组件结合storybaord,可以高效的开发Table类型的页面,动态高度可变的Cell",
6   "homepage": "https://github.com/lazyjean/CellLayout",
7   "license": "MIT",
8   "authors": {
9     "LiuZhen": "lazy66@me.com"
10   },
11   "source": {
12     "git": "https://github.com/lazyjean/CellLayout.git",
13     "tag": "3.8.1"
14   },
15   "swift_versions": [
16     "4.2",
17     "5.0"
18   ],
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "CellLayout/**/*",
23   "dependencies": {
24     "ReactiveCocoa": [
25       "~> 8.0.2"
26     ],
27     "UITableView+FDTemplateLayoutCell": [
28       "~> 1.6"
29     ],
30     "SVPullToRefresh": [
31       "~> 0.4"
32     ]
33   }