blob: 6c300517255aafed24fbeebc9c3e0abd2d271b47 [file] [log] [blame]
{
"name": "ScalingCarousel",
"version": "3.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": "v3.0.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5",
"source_files": "ScalingCarousel/Classes/**/*",
"swift_version": "5"
}