[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / e / 8 / MLCacheLayouteCell / 0.0.1 / MLCacheLayouteCell.podspec.json
blobfc3230f59f6e150756906ee6bc8f5dc35398d41d
2   "name": "MLCacheLayouteCell",
3   "version": "0.0.1",
4   "summary": "TableViewCell缓存,以及对Cell 高度的自适应",
5   "description": "这个Object-C做高度缓存功能的控件库,里面采用了听过indexPath缓存高度和Key缓存高度。以及cell的高度自适应的组件库",
6   "homepage": "https://gitee.com/liliangHg92/mlcache-layoute-cell",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liliang092": "1054884470@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/liliangHg92/mlcache-layoute-cell.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MLCacheLayouteCell/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
25     ]
26   }