blob: 2f9e800499db21ef6d5a3e21a23903f89646252d [file] [log] [blame]
{
"name": "MTZTiltReflectionSlider",
"version": "1.0",
"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",
"tag": "Release1.0"
},
"platforms": {
"ios": null
},
"source_files": "MTZTiltReflectionSlider/*.{h,m}",
"exclude_files": [
"MTZTiltReflectionSlider_Example*",
"README Images"
],
"resources": "MTZTiltReflectionSlider/*.png",
"frameworks": [
"CoreMotion",
"QuartzCore"
],
"requires_arc": true
}