blob: 22f171be4a452513bde06a88d900e148b0c03150 [file] [log] [blame]
{
"name": "CenteredCollectionView",
"version": "1.0",
"summary": "A `CollectionViewFlowLayout` that 'pages' and centers it's cells 🎡 written in Swift",
"description": "`CenteredCollectionView` is a lightweight drop in place `UICollectionViewFlowLayout` that pages and keeps its cells centered, resulting in the \"carousel effect\" 🎡",
"homepage": "https://github.com/BenEmdon/CenteredCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BenEmdon": "benjaminemdon@gmail.com"
},
"social_media_url": "http://twitter.com/BenEmdon",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/BenEmdon/CenteredCollectionView.git",
"tag": "1.0"
},
"source_files": "CenteredCollectionView/Classes/**/*.{swift}",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}