2 "name": "ValueStepper",
4 "summary": "A Stepper object that displays its value.",
5 "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.",
6 "homepage": "https://github.com/BalestraPatrick/ValueStepper",
9 "Patrick Balestra": "me@patrickbalestra.com"
12 "git": "https://github.com/BalestraPatrick/ValueStepper.git",
15 "social_media_url": "https://twitter.com/BalestraPatrick",
20 "source_files": "Pod/Classes/**/*",
21 "pushed_with_swift_version": "3.0"