blob: c7c64f81b0db5690ce38387839b8f5512af52bfa [file] [log] [blame]
{
"name": "SSTTapSlider",
"version": "0.0.3",
"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.\n The SSTTapSlider adds a tap and pan gesture to the UISlider to allow for tapping or panning\n anywhere within the control to move the thumb control and change the value of the slider.\n",
"homepage": "https://github.com/brennanMKE/SSTTapSlider",
"license": "MIT",
"authors": {
"Brennan Stehling": "brennan@smallsharptools.com"
},
"social_media_url": "http://twitter.com/smallsharptools",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/brennanMKE/SSTTapSlider.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}