[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 8 / 3 / ValueStepper / 0.3 / ValueStepper.podspec.json
blob9f5fa6d3946cac672dc71416eeca436bbc04acc5
2   "name": "ValueStepper",
3   "version": "0.3",
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": "0.3"
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   "resource_bundles": {
22     "ValueStepper": [
23       "Pod/Assets/*.png"
24     ]
25   }