blob: f4c0404629107846543e0ff179a11b301eb2d396 [file] [log] [blame]
{
"name": "SwiftCarousel",
"version": "0.2.0",
"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.2.0"
},
"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"
}