[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 7 / a / 4 / CellLayout / 3.1.0 / CellLayout.podspec.json
blob8abffda11d23030e1b9126673140c8416239afca
2   "name": "CellLayout",
3   "version": "3.1.0",
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.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "CellLayout/**/*",
19   "dependencies": {
20     "ReactiveCocoa": [
21       "~> 7.1"
22     ],
23     "UITableView+FDTemplateLayoutCell": [
24       "~> 1.6"
25     ],
26     "SVPullToRefresh": [
27       "~> 0.4"
28     ]
29   }