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