blob: 747068c29a35f487cdcb5204345592aad59be9e0 [file] [log] [blame]
{
"name": "WSLWaterFlowLayout",
"version": "1.0.1",
"summary": "基于OC的瀑布流",
"description": "功能描述:WSLWaterFlowLayout 是在继承于UICollectionViewLayout的基础上封装的控件, 目前支持竖向瀑布流(item等宽不等高、支持头脚视图)、水平瀑布流(item等高不等宽 不支持头脚视图)、竖向瀑布流( item等高不等宽、支持头脚视图)、栅格布局瀑布流 4种样式的瀑布流布局。",
"homepage": "https://github.com/wsl2ls/WSLWaterFlowLayout",
"license": "MIT",
"authors": {
"wsl": "15324956576@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/wsl2ls/WSLWaterFlowLayout.git",
"tag": "v1.0.1"
},
"source_files": "collectionView/**/WSLWaterFlowLayout.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true
}