25 lines
811 B
JSON
25 lines
811 B
JSON
{
|
|
"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"
|
|
}
|