blob: b8b77b7c2b7b7f2085e87bf1f7070f432bfd7a8e [file] [log] [blame]
{
"name": "CHTCollectionViewWaterfallLayout",
"version": "0.0.1",
"summary": "The waterfall (i.e., Pinterest-like) layout for UICollectionView introduced in iOS 6.",
"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",
"commit": "22a65ac7c4573998c73b298fac9e2ecd2151262b"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}