blob: 87c2c976bae5ecbaa132fd7ab9332dd198995f8d [file] [log] [blame]
{
"name": "CenteredCollectionView",
"version": "0.9.1",
"summary": "A CollectionView that 'pages' and centers it's cells 🎡 written in Swift",
"description": "A lightweight CollectionView that 'pages' and centers it's cells, creating the carousel effect 🎡 written in Swift.",
"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": "0.9.1"
},
"source_files": "CenteredCollectionView/Classes/**/*.{swift}",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}