[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 5 / 9 / TLTiltSlider / 1.0.1 / TLTiltSlider.podspec.json
blob46a7342ca34543be403c572c346510b6ae2891fd
2   "name": "TLTiltSlider",
3   "version": "1.0.1",
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.1"
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