blob: 46225019da3ea6523fe5070a5997e78803b8955e [file] [log] [blame]
{
"name": "OBSlider-Goonbee",
"version": "1.1.1",
"license": "MIT",
"summary": "Fork of Ole Bergman's UISlider.",
"homepage": "https://github.com/lmirosevic/OBSlider",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"source": {
"git": "https://github.com/lmirosevic/OBSlider.git",
"tag": "1.1.1"
},
"description": "OBSlider is a UISlider subclass that adds variable scrubbing speeds as seen in the Music app on iOS. While scrubbing the slider, the user can slow down the scrubbing speed by moving the finger up or down (away from the slider). The distance thresholds and slowdown factors can be freely configured by the developer.",
"platforms": {
"ios": "5.0"
},
"source_files": "OBSlider/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"GBToolbox": [
]
}
}