[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 3 / 5 / 9 / TLTiltSlider / 1.0 / TLTiltSlider.podspec.json
blobe651573c4682a7da7ad7eecaae396daf5b4fd308
2   "name": "TLTiltSlider",
3   "version": "1.0",
4   "summary": "A UISlider subclass which adjusts its appearance based on the positional attitude of an iOS device.",
5   "homepage": "https://github.com/TeehanLax/TLTiltSlider",
6   "license": "MIT",
7   "authors": {
8     "Ash Furrow": "ash@teehanlax.com"
9   },
10   "source": {
11     "git": "https://github.com/TeehanLax/TLTiltSlider.git",
12     "tag": "1.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": [
18     "TLTiltSlider.h",
19     "TLTiltSlider.m"
20   ],
21   "resources": "Resources/*.png",
22   "frameworks": [
23     "CoreMotion",
24     "UIKit"
25   ],
26   "requires_arc": true