blob: 20311a9b8e9c9cfc5d033fd9737e3e1fed40797c [file] [log] [blame]
{
"name": "XFAutoSizeCollectionLayout",
"version": "0.0.1",
"summary": "自适应的UICollectionLayout.",
"description": "Item自适应宽度的UICollectionLayout\n暂时只支持文本的自适应,水平方向的自适应",
"homepage": "https://gitee.com/luxfeng/XFAutoSizeCollectionLayout",
"license": "MIT",
"authors": {
"lxf": "442171865@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/luxfeng/XFAutoSizeCollectionLayout.git",
"tag": "0.0.1"
},
"source_files": "XFAutoSizeCollectionLayout/*.{swift}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}