blob: 88a650acd648940b158fd653bdee29c16668ce26 [file] [log] [blame]
{
"name": "GDPWaterflowLayout",
"version": "0.0.1",
"summary": "A equal width waterflowLayout of UICollectionView.",
"homepage": "https://github.com/sunmumu/GDPWaterflowLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunmumu": "335089101@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sunmumu/GDPWaterflowLayout.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "GDPWaterflowLayout/**/*.{h,m}",
"public_header_files": "GDPWaterflowLayout/**/*.{h}",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation"
]
}