blob: 0eef2123d9b5f419c5f91a15e9f38fdee36f9be7 [file] [log] [blame]
{
"name": "SteppableSlider",
"version": "0.1.0",
"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"
},
"default_subspecs": "Core",
"source": {
"git": "https://github.com/Mildwhale/SteppableSlider.git",
"tag": "0.1.0"
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/SteppableSlider/",
"frameworks": "UIKit"
},
{
"name": "RxSwift",
"source_files": "Sources/RxSteppableSlider/",
"dependencies": {
"SteppableSlider/Core": [
],
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
]
}
}
],
"swift_version": "4.0"
}