blob: d2a0bce1c3113f73eeb5a94d6577a91bef2c5eb9 [file] [log] [blame]
{
"name": "CollectionViewWaterfallLayoutSH",
"version": "0.3.0",
"summary": "Pinterest inspired layout for UICollectionViews written in Swift with Sticky Header",
"homepage": "https://github.com/yesjun/CollectionViewWaterfallLayout",
"screenshots": [
"https://raw.githubusercontent.com/yesjun/CollectionViewWaterfallLayout/master/Screenshots/RealWorldExample.png",
"https://raw.githubusercontent.com/yesjun/CollectionViewWaterfallLayout/master/Screenshots/DemoExample.png",
"https://raw.githubusercontent.com/yesjun/CollectionViewWaterfallLayout/master/Screenshots/DemoExampleSticky.png"
],
"license": "MIT",
"authors": "Jun",
"social_media_url": "https://yesjun.wordpress.com/",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yesjun/CollectionViewWaterfallLayout.git",
"tag": "v0.3.0"
},
"source_files": "CollectionViewWaterfallLayout.swift",
"requires_arc": true
}