[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 8 / 3 / ValueStepper / 1.1.1 / ValueStepper.podspec.json
blob212b86f9eeaf9e72dd0898b61adec72dcfcbc106
2   "name": "ValueStepper",
3   "version": "1.1.1",
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",
7   "license": "MIT",
8   "authors": {
9     "Patrick Balestra": "me@patrickbalestra.com"
10   },
11   "source": {
12     "git": "https://github.com/BalestraPatrick/ValueStepper.git",
13     "tag": "1.1.1"
14   },
15   "social_media_url": "https://twitter.com/BalestraPatrick",
16   "platforms": {
17     "ios": "8.3"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "pushed_with_swift_version": "3.0"