blob: 64747cfbb28fe26b6bcd31876b5fbfa63d71ab0a [file] [log] [blame]
{
"name": "KWStepper",
"version": "1.0.0",
"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": "1.0.0"
},
"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."
}