blob: 6af403fcb2d1c30a359961a7e7062bdc5c20c4e5 [file] [log] [blame]
{
"name": "ScaledCenterCarousel",
"version": "1.0.1",
"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"
},
"source": {
"git": "https://github.com/yuriy-tolstoguzov/ScaledCenterCarousel.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/ImOssir",
"platforms": {
"ios": "8.0"
},
"source_files": "ScaledCenterCarousel/Classes/**/*",
"public_header_files": "ScaledCenterCarousel/Classes/*.h",
"frameworks": "UIKit"
}