blob: 528be98e50e74fd1231a3e3386576de7a80c060e [file] [log] [blame]
{
"name": "SwiftCarousel",
"version": "0.3.4",
"summary": "Infinite carousel of options.",
"description": "SwiftCarousel is a fully native Swift UIScrollView wrapper, that allows you to infinite circular scroll with UIView objects.",
"homepage": "https://github.com/Sunshinejr/SwiftCarousel",
"license": "MIT",
"authors": {
"Łukasz Mróz": "lukasz.mroz@droidsonroids.pl"
},
"source": {
"git": "https://github.com/DroidsOnRoids/SwiftCarousel.git",
"tag": "0.3.4"
},
"social_media_url": "https://twitter.com/thesunshinejr",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"frameworks": "UIKit"
}