[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / d / a / HidableStepper / 0.0.2 / HidableStepper.podspec.json
blob6da5b023d1faa630f0ed44dadfb6d130c40d1242
2   "name": "HidableStepper",
3   "version": "0.0.2",
4   "summary": "A simple stepper that can hide part of itself",
5   "swift_versions": "5.0",
6   "description": "A customazible stepper that hides part of itself if the counter is equals to it min (by default its 0)",
7   "homepage": "https://github.com/chrsp/HidableStepper",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Charles Prado": ""
14   },
15   "social_media_url": "https://twitter.com/ch0Rx",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/chrsp/HidableStepper.git",
21     "tag": "0.0.2"
22   },
23   "source_files": [
24     "Classes",
25     "HidableStepper/**/*.{swift}"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "swift_version": "5.0"