blob: 2cd804e138ae1fb95dfb785f000fc8187fad7115 [file] [log] [blame]
{
"name": "DoubleSlider",
"version": "1.0.0",
"summary": "DoubleSlider is a version of UISlider that has two draggable points —useful for choosing two points in a range.",
"homepage": "https://github.com/yhkaplan/doubleslider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yhkaplan": "yhkaplan@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/yhkaplan/DoubleSlider.git",
"tag": "1.0.0"
},
"source_files": "DoubleSlider/DoubleSlider/**/*.{h,swift}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"CoreGraphics"
]
}