blob: ce952ae055a4ebc4750c54ba1b5eb43f65d08d81 [file] [log] [blame]
{
"name": "DoubleSlider",
"version": "0.22.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": "10.0"
},
"source": {
"git": "https://github.com/yhkaplan/DoubleSlider.git",
"tag": "v0.22.0"
},
"source_files": "DoubleSlider/DoubleSlider/**/*.{h,swift}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"UIKit",
"CoreGraphics"
],
"pushed_with_swift_version": "4.0"
}