blob: 46a7342ca34543be403c572c346510b6ae2891fd [file] [log] [blame]
{
"name": "TLTiltSlider",
"version": "1.0.1",
"summary": "A UISlider subclass which adjusts its appearance based on the positional attitude of an iOS device.",
"homepage": "https://github.com/TeehanLax/TLTiltSlider",
"license": "MIT",
"authors": {
"Ash Furrow": "ash@teehanlax.com"
},
"source": {
"git": "https://github.com/TeehanLax/TLTiltSlider.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"TLTiltSlider.h",
"TLTiltSlider.m"
],
"resources": "Resources/*.png",
"frameworks": [
"CoreMotion",
"UIKit"
],
"requires_arc": true
}