blob: 5ced7a0958381340198c624c41f904b753b659a1 [file] [log] [blame]
{
"name": "CellLayout",
"version": "3.5.2",
"summary": "Table组件的封装",
"description": "这个组件结合storybaord,可以高效的开发Table类型的页面,动态高度可变的Cell",
"homepage": "https://github.com/lazyjean/CellLayout",
"license": "MIT",
"authors": {
"LiuZhen": "lazy66@me.com"
},
"source": {
"git": "https://github.com/lazyjean/CellLayout.git",
"tag": "3.5.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CellLayout/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 8.0.2"
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.6"
],
"SVPullToRefresh": [
"~> 0.4"
]
}
}