blob: 07e4aff5d69ed73af1d1a04d6999eb4bd40822d5 [file] [log] [blame]
{
"name": "KWStepper",
"version": "1.2.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.2.0"
},
"source_files": "KWStepper/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"description": "KWStepper is a stepper control written in Swift. Unlike UIStepper, KWStepper allows for a fully customized UI and provides callbacks for tailoring the UX."
}