blob: dbb761225c862ad0e8a2596b66a0acdb30e1a2cb [file] [log] [blame]
{
"name": "MTZTiltReflectionSlider",
"version": "0.0.1",
"summary": "UISlider subclass mimicking and improving the tilt controlled slider added to Music.app in iOS 6.",
"homepage": "https://github.com/mdznr/MTZTiltReflectionSlider",
"license": {
"type": "BSD 3-Clause License",
"file": "LICENSE.txt"
},
"authors": {
"Matt Zanchelli": "matt@mdznr.com"
},
"source": {
"git": "https://github.com/mdznr/MTZTiltReflectionSlider.git",
"commit": "1b9b00978d028ec3744fbb2106bc971fffc083b6"
},
"platforms": {
"ios": null
},
"source_files": "MTZTiltReflectionSlider/*.{h,m}",
"exclude_files": [
"MTZTiltReflectionSlider_Example*",
"README Images"
],
"resources": "MTZTiltReflectionSlider/*.png",
"frameworks": [
"CoreMotion",
"QuartzCore"
],
"requires_arc": true
}