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