blob: bfcae6a791c8cd231bd5a69abf0e1df645149fb5 [file] [log] [blame]
{
"name": "ScaledCenterCarouselSwift",
"version": "1.0.0",
"summary": "A carousel-based layout for UICollectionView with scaled center item.",
"description": "A carousel-based layout for UICollectionView with scaled center item. \nIt also contains paginator to force user to select single item which will be presented exaclty at center of carousel.",
"homepage": "https://github.com/yuriy-tolstoguzov/ScaledCenterCarousel",
"screenshots": "https://raw.githubusercontent.com/yuriy-tolstoguzov/ScaledCenterCarousel/master/Example/Assets/ScaledCenterCarousel.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuriy-tolstoguzov": "Yuriy.Tolstoguzov@gmail.com"
},
"social_media_url": "https://twitter.com/ImOssir",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/yuriy-tolstoguzov/ScaledCenterCarousel.git",
"tag": "1.0.0-Swift"
},
"source_files": "Swift/ScaledCenterCarousel/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}