blob: c7e2a881dcb7fc88742f056fbcc18ef40d691b3c [file] [log] [blame]
{
"name": "ASValueTrackingSlider",
"version": "0.5",
"summary": "A UISlider subclass that displays the slider value in a popUpView",
"description": " Displays continuously updated values in an animated popUpView \n * Customize: font, font color, background color\n * Option to animate background color and slider track color as value changes\n",
"homepage": "https://github.com/alskipp/ValueTrackingSlider",
"screenshots": [
"http://alskipp.github.io/ValueTrackingSlider/img/screenshot2.png",
"http://alskipp.github.io/ValueTrackingSlider/img/screenshot3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Al Skipp": "al@alskipp.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/alskipp/ValueTrackingSlider.git",
"tag": "0.5"
},
"source_files": "*.{h,m}",
"requires_arc": true
}