blob: b07ed7dcbb9a9847778788be23500947f0e61c9d [file] [log] [blame]
{
"name": "SwiftCarousel",
"version": "0.3.2",
"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.2"
},
"social_media_url": "https://twitter.com/thesunshinejr",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "*.swift",
"resource_bundles": {
"SwiftCarousel": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}