blob: bbd145e24026144369989003d725f469b83cb41d [file] [log] [blame]
{
"name": "CHTCollectionViewWaterfallLayout",
"version": "0.2",
"summary": "The waterfall (i.e., Pinterest-like) layout for UICollectionView.",
"homepage": "https://github.com/chiahsien/CHTCollectionViewWaterfallLayout",
"screenshots": [
"https://raw.github.com/chiahsien/UICollectionViewWaterfallLayout/master/Screenshots/2-columns.png",
"https://raw.github.com/chiahsien/UICollectionViewWaterfallLayout/master/Screenshots/3-columns.png"
],
"license": "MIT",
"authors": {
"Nelson": "chiahsien@gmail.com"
},
"source": {
"git": "https://github.com/chiahsien/CHTCollectionViewWaterfallLayout.git",
"tag": "0.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}