blob: ed3b9c2e0fdafc02a045ba5f68cf0b930f3aa025 [file] [log] [blame]
{
"name": "ASValueTrackingSlider",
"version": "0.8",
"summary": "A UISlider subclass that displays the slider value in an animated 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/ASValueTrackingSlider",
"screenshots": [
"http://alskipp.github.io/ASValueTrackingSlider/img/screenshot2.png",
"http://alskipp.github.io/ASValueTrackingSlider/img/screenshot3.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Al Skipp": "al@alskipp.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/alskipp/ASValueTrackingSlider.git",
"tag": "0.8"
},
"source_files": "ASValueTrackingSlider",
"requires_arc": true
}