blob: bda3c5d062f778468194f66f999898f62721d536 [file] [log] [blame]
{
"name": "CollectionViewWaterfallLayout",
"version": "0.1",
"summary": "Pinterest inspired layout for UICollectionViews written in Swift",
"homepage": "https://github.com/ecerney/CollectionViewWaterfallLayout",
"screenshots": [
"https://raw.githubusercontent.com/ecerney/CollectionViewWaterfallLayout/master/Screenshots/RealWorldExample.png",
"https://raw.githubusercontent.com/ecerney/CollectionViewWaterfallLayout/master/Screenshots/DemoExample.png"
],
"license": "MIT",
"authors": "Eric Cerney",
"social_media_url": "https://twitter.com/ecerney",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ecerney/CollectionViewWaterfallLayout.git",
"tag": "v0.1"
},
"source_files": "CollectionViewWaterfallLayout.swift",
"requires_arc": true
}