blob: 95b1864d26de6070f1645086bb7b9c410afad173 [file] [log] [blame]
{
"name": "ScalingCarousel",
"version": "1.0.2",
"summary": "A super simple carousel view with scaling transitions written in Swift",
"description": "ScalingCarousel provides a simple carousel-style collection view.\nIt takes care of cell presentation, scaling each cell as the collection view is scrolled.\n\nIt is used in Bikey to present bike station information.",
"homepage": "https://github.com/superpeteblaze/ScalingCarousel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pete Smith": "peadar81@gmail.com"
},
"source": {
"git": "https://github.com/superpeteblaze/ScalingCarousel.git",
"tag": "v1.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ScalingCarousel/Classes/**/*",
"pushed_with_swift_version": "3.0"
}