blob: 527f27ae01ddf2aae8c6deb0f46f5a8a60b3f6de [file] [log] [blame]
{
"name": "SwiftRangeSlider",
"platforms": {
"ios": "8.0"
},
"summary": "A Swift implementation of a custom UIControl for selecting a range of values on a slider bar.",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brian Corbin": "brian.william.corbin@gmail.com"
},
"homepage": "https://github.com/BrianCorbin/SwiftRangeSlider",
"source": {
"git": "https://github.com/BrianCorbin/SwiftRangeSlider.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"source_files": "SwiftRangeSlider/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}