blob: 6ce9b4ad62442688734f3292582cd464042ce5e2 [file] [log] [blame]
{
"name": "CJWaterfallLayout",
"version": "1.0.1",
"summary": "A custom UICollectionViewLayout. It achieves the waterfall layout.",
"description": "A custom UICollectionViewLayout that achieves the waterfall layout.",
"homepage": "https://github.com/jie-cao/CJWaterfallLayout",
"license": "MIT",
"authors": {
"Jie": "jie_cao@hotmail.com"
},
"source": {
"git": "https://github.com/jie-cao/CJWaterfallLayout.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "CJWaterfallLayout/*",
"public_header_files": "CJWaterfallLayout/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
}