blob: ef1d6e14d633e4071d0ec1d12f306009a5a08672 [file] [log] [blame]
{
"name": "CollectionViewWaterfallLayout",
"version": "0.5.0",
"summary": "Pinterest inspired layout for UICollectionViews written in Swift",
"description": "Custom UICollectionView layout inspired by Pinterest. It can layout multiple columns of items with different heights to create dynamic flowing cells.",
"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": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric Cerney": "ecerney@gmail.com"
},
"source": {
"git": "https://github.com/ecerney/CollectionViewWaterfallLayout.git",
"tag": "0.5.0"
},
"social_media_url": "https://twitter.com/ecerney",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "CollectionViewWaterfallLayout.swift",
"frameworks": "UIKit",
"swift_version": "5.0"
}