blob: 7016946aa1ca286cc9fd845f60696f9a23e217b2 [file] [log] [blame]
{
"name": "CenteredCollectionView",
"version": "1.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"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/BenEmdon/CenteredCollectionView.git",
"tag": "1.2.2"
},
"source_files": "CenteredCollectionView/Classes/**/*.{swift}",
"frameworks": "UIKit"
}