blob: a84eccb229e0f80358a39aabed4b462c02991aeb [file] [log] [blame]
{
"name": "ScalingCarousel",
"version": "2.4.1",
"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": "v2.4.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "ScalingCarousel/Classes/**/*"
}