blob: 1be23597fad6ae1354bbaf8a1480455ac2f49454 [file] [log] [blame]
{
"name": "ASValueTrackingSlider",
"version": "0.11.0",
"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, corner radius\n * Option to animate background color and slider track color as value changes\n * Optional dataSource protocol to fully customize label text\n",
"homepage": "https://github.com/alskipp/ASValueTrackingSlider",
"screenshots": [
"http://alskipp.github.io/ASValueTrackingSlider/img/screenshot1.gif",
"http://alskipp.github.io/ASValueTrackingSlider/img/screenshot2.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Al Skipp": "al@alskipp.com"
},
"social_media_url": "https://twitter.com/ChromophoreApp",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/alskipp/ASValueTrackingSlider.git",
"tag": "0.11.0"
},
"source_files": "ASValueTrackingSlider",
"requires_arc": true
}