blob: c886a7c7827544c0e0a2ce5c2789f3a238a9486d [file] [log] [blame]
{
"name": "SSTTapSlider",
"version": "0.1.0",
"summary": "Slider with ability to tap or pan outside of the thumb control.",
"description": "A normal UISlider requires the thumb control to be moved by first touching in it's bounds.\nThe SSTTapSlider adds a tap and pan gesture to the UISlider to allow for tapping or panning\nanywhere within the control to move the thumb control and change the value of the slider.",
"homepage": "https://github.com/brennanMKE/SSTTapSlider",
"license": "MIT",
"authors": {
"Brennan Stehling": "brennan@smallsharptools.com"
},
"social_media_url": "http://twitter.com/smallsharptools",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/brennanMKE/SSTTapSlider.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}