blob: 27403548a74ebc43e2f003637f719526b633aca7 [file] [log] [blame]
{
"name": "YSRangeSlider",
"version": "3.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Configurable range slider for iOS (IBInspectable and IBDesignable)",
"homepage": "https://github.com/YardiSystems/YSRangeSlider",
"source": {
"git": "https://github.com/YardiSystems/YSRangeSlider.git",
"tag": "3.0.0"
},
"authors": {
"Laurentiu Ungur": "laurentiu.ungur@yardi.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "YSRangeSlider/*.{swift}",
"preserve_paths": "README*",
"xcconfig": {
"SWIFT_VERSION": "3.0"
}
}