blob: 487ab0ad4611dac7becea96e11aef26cbe44b4a5 [file] [log] [blame]
{
"name": "WSCollectionViewFlowLayout",
"version": "0.0.4",
"summary": "可替代UICollectionViewFlowLayout的标签流布局.实现了UICollectionViewDelegateFlowLayout协议方法.使用形式和系统Flowlayout相同.",
"description": "* 使用简单,和系统UICollectionViewFlowLayout无缝切换.\n* 实现了UICollectionViewDelegateFlowLayout协议方法.使用形式和系统Flowlayout相同.\n* 支持多个section, 不同section标签流布局和固定有规则布局混合",
"homepage": "https://github.com/ONECATYU/WSCollectionViewFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ONECATYU": "786910875@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ONECATYU/WSCollectionViewFlowLayout.git",
"tag": "0.0.4"
},
"source_files": "Lib/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}