blob: cdd78df21a814a61fed1c1d9c9c1894965fc80de [file] [log] [blame]
{
"name": "KWStepper",
"version": "2.5.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": "2.5.0"
},
"source_files": "Source/*.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."
}