blob: 70ee3c75df71ddaf5f88dc2296feb6027c6ff730 [file] [log] [blame]
{
"name": "SteppableSlider",
"version": "0.0.1",
"summary": "A custom UISlider with step for iOS.",
"homepage": "https://github.com/Mildwhale/SteppableSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyujin Kim": "mildwhale@gmail.com"
},
"swift_versions": [
"4.0"
],
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Mildwhale/SteppableSlider.git",
"tag": "0.0.1"
},
"source_files": "SteppableSlider/Sources/*.swift",
"frameworks": "UIKit",
"swift_version": "4.0"
}