[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / a / 4 / CellLayout / 3.9.1 / CellLayout.podspec.json
blob4befdf2489ddda2b5f2241a5b68cb5be80b57e26
2   "name": "CellLayout",
3   "version": "3.9.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.9.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       "~> 10.1.0"
26     ],
27     "UITableView+FDTemplateLayoutCell": [
28       "~> 1.6"
29     ],
30     "SVPullToRefresh": [
31       "~> 0.4.1"
32     ]
33   },
34   "swift_version": "5.0"