blob: 8b83ddf0f795841d94b98c057be04e4112a69f63 [file] [log] [blame]
{
"name": "JGDetailScrubber",
"version": "1.0",
"summary": "UISlider subclass with variable scrubbing speeds.",
"description": "UISlider subclass with variable scrubbing speeds. Inspired by iOS Music app.\n",
"homepage": "https://github.com/JonasGessner/JGDetailScrubber",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Jonas Gessner",
"social_media_url": "http://twitter.com/JonasGessner",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/JonasGessner/JGDetailScrubber.git",
"tag": "v1.0"
},
"source_files": "JGDetailScrubber/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}