blob: 0095ca446130fcfbe2def1c8601c8bfa1b9ab33b [file] [log] [blame]
{
"name": "TouchableSlider",
"version": "1.0.0",
"summary": "TouchableSlider is a tapable UISlider.",
"description": "TouchableSlider is a tapable / touchable UISlider.\nIt lets the user touch any part of the slider and generate a ValueChanged event.",
"homepage": "https://github.com/false/TouchableSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tanguy G": "tanguy.gourvez@gmail.com"
},
"source": {
"git": "https://github.com/false/TouchableSlider.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TouchableSlider/Classes/**/*"
}