blob: 303235a82e49ee7452d547ec59af1fbca8525908 [file] [log] [blame]
{
"name": "WaterFlowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"version": "1.0.2",
"summary": "WaterFlowLayout is a subclass of UICollectionViewFlowLayout, it's' very simple. You can very easily control the column count of waterflow",
"homepage": "https://github.com/goodyboy6/",
"authors": {
"goodyboy6": "xiaoluo.yxl@alibaba-inc.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/goodyboy6/WaterFlowLayout.git",
"tag": "1.0.2"
},
"source_files": "WaterFlowDemo/Class/*.{h,m}",
"public_header_files": "WaterFlowDemo/Class/*.h"
}