blob: f25f28e5f505f7219142af85b787ea48f3077d11 [file] [log] [blame]
{
"name": "KWStepper",
"version": "0.0.1",
"summary": "A stepper control with flexible UI and tailored UX.",
"homepage": "https://github.com/kyleweiner/KWStepper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyle Weiner": "kyle@kylemade.com"
},
"screenshots": "https://raw.githubusercontent.com/kyleweiner/KWStepper/master/screenshots.png",
"source": {
"git": "https://github.com/kyleweiner/KWStepper.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "KWStepper/*.swift",
"platforms": {
"ios": null
},
"description": " KWStepper is a stepper control written in Swift. Unlike UIStepper, KWStepper allows for a fully customized UI and provides optional delegate methods for tailoring the UX.\n"
}