blob: 034a4495592d927b4cee0f75134eae4a1d21d51f [file] [log] [blame]
{
"name": "CellLayout",
"version": "3.0.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.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CellLayout/**/*",
"dependencies": {
"ReactiveCocoa": [
"~> 7.1"
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.6"
],
"SVPullToRefresh": [
"~> 0.4"
]
}
}