blob: fc3230f59f6e150756906ee6bc8f5dc35398d41d [file] [log] [blame]
{
"name": "MLCacheLayouteCell",
"version": "0.0.1",
"summary": "TableViewCell缓存,以及对Cell 高度的自适应",
"description": "这个Object-C做高度缓存功能的控件库,里面采用了听过indexPath缓存高度和Key缓存高度。以及cell的高度自适应的组件库",
"homepage": "https://gitee.com/liliangHg92/mlcache-layoute-cell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"liliang092": "1054884470@qq.com"
},
"source": {
"git": "https://gitee.com/liliangHg92/mlcache-layoute-cell.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MLCacheLayouteCell/Classes/**/*",
"dependencies": {
"Masonry": [
]
}
}