blob: 49c5fe91989b672fd3ddea5b5e51657283c323e6 [file] [log] [blame]
{
"name": "CellLayout",
"version": "1.6.0",
"summary": "Table组件的封装",
"description": "这个组件结合storybaord,可以高效的开发Table类型的页面,动态高度可变的Cell",
"homepage": "http://git.oschina.net/leeszi/CellLayout",
"license": "MIT",
"authors": {
"LiuZhen": "lazy66@me.com"
},
"source": {
"git": "https://git.oschina.net/leeszi/CellLayout.git",
"tag": "1.6.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CellLayout/Classes/**/*",
"public_header_files": "CellLayout/Classes/*.h",
"dependencies": {
"ReactiveCocoa": [
"~> 2.5"
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.6"
],
"ReactiveViewModel": [
"~> 0.3"
],
"SVPullToRefresh": [
"~> 0.4"
]
}
}