blob: 1d675e922fa0872d21b6c0d450c9416f4388a459 [file] [log] [blame]
{
"name": "JAMAccurateSlider",
"version": "1.1.0",
"summary": "A UISlider subclass that enables more accurate value selection.",
"description": " This is a drop-in replacement for UISlider. It allows more accurate value selection when the user drags vertically. Visual feedback helps drive the accurate behavior home. Give it a try!\n",
"homepage": "https://github.com/jmenter/JAMAccurateSlider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeff Menter": "jmenter@gmail.com"
},
"social_media_url": "http://twitter.com/jmenter",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jmenter/JAMAccurateSlider.git",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}