blob: 8ae0c1027d403a27991bc7fdece1b2ccf0b46cbc [file] [log] [blame]
{
"name": "MVCarouselCollectionView",
"version": "1.0.2",
"summary": "UICollectionView-based image carousel written in Swift",
"license": "MIT",
"homepage": "https://github.com/bizz84/MVCarouselCollectionView",
"authors": {
"Andrea Bizzotto": "bizz84@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bizz84/MVCarouselCollectionView.git",
"tag": "1.0.2"
},
"source_files": "MVCarouselCollectionView/*.{swift,xib}",
"screenshots": [
"https://github.com/bizz84/MVCarouselCollectionView/raw/master/screenshot.png"
],
"requires_arc": true
}