blob: 6550e17548082e6e3de0bafb2f0ba650f845c2a0 [file] [log] [blame]
{
"name": "ASValueTrackingSlider",
"version": "0.12.1",
"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",
"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/al_skipp",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/alskipp/ASValueTrackingSlider.git",
"tag": "0.12.1"
},
"source_files": "ASValueTrackingSlider",
"requires_arc": true
}