blob: 291237b681ee439bcebc5e41c5c34cb41692d9d5 [file] [log] [blame]
{
"name": "CenteredCollectionView",
"version": "2.2.2",
"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_versions": "5.0",
"source": {
"git": "https://github.com/BenEmdon/CenteredCollectionView.git",
"tag": "2.2.2"
},
"source_files": "CenteredCollectionView/Classes/**/*.{swift}",
"frameworks": "UIKit",
"swift_version": "5.0"
}