blob: 805033a8289a3b604174965e50a9d52f3d2c1a12 [file] [log] [blame]
{
"name": "CenteredCollectionView",
"version": "2.1.1",
"summary": "A `CollectionViewFlowLayout` that 'pages' and centers its 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",
"tvos": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/BenEmdon/CenteredCollectionView.git",
"tag": "2.1.1"
},
"source_files": "CenteredCollectionView/Classes/**/*.{swift}",
"frameworks": "UIKit"
}