blob: 7e100782d220cf97ea466725b4f10d2a7109bfe1 [file] [log] [blame]
{
"name": "ScalingCarousel",
"version": "3.2.0",
"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": "v3.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"source_files": "Sources/ScalingCarousel/**/*",
"swift_version": "5"
}