blob: ca63748e8e28a12db5b5f200596e11e998502749 [file] [log] [blame]
{
"name": "ValueStepper",
"version": "1.1",
"summary": "A Stepper object that displays its value.",
"description": "ValueStepper is an improved replication of Apple's UIStepper object. The problem with UIStepper is that it doesn't display the value to the user. I was tired of creating a simple UILabel just to show the value in the UI. ValueStepper integrates the value in a UILabel between the increase and decrease buttons. It's as easy as that.",
"homepage": "https://github.com/BalestraPatrick/ValueStepper",
"license": "MIT",
"authors": {
"Patrick Balestra": "me@patrickbalestra.com"
},
"source": {
"git": "https://github.com/BalestraPatrick/ValueStepper.git",
"tag": "1.1"
},
"social_media_url": "https://twitter.com/BalestraPatrick",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"pushed_with_swift_version": "3.0"
}