blob: 6da5b023d1faa630f0ed44dadfb6d130c40d1242 [file] [log] [blame]
{
"name": "HidableStepper",
"version": "0.0.2",
"summary": "A simple stepper that can hide part of itself",
"swift_versions": "5.0",
"description": "A customazible stepper that hides part of itself if the counter is equals to it min (by default its 0)",
"homepage": "https://github.com/chrsp/HidableStepper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles Prado": ""
},
"social_media_url": "https://twitter.com/ch0Rx",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/chrsp/HidableStepper.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"HidableStepper/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"ios": {
"frameworks": "UIKit"
},
"swift_version": "5.0"
}