[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / f / c / MarqueeLabel / 3.0.1 / MarqueeLabel.podspec.json
blob7bacc3c08524e05cbd8c68feddbf8a44edf16c50
2   "name": "MarqueeLabel",
3   "version": "3.0.1",
4   "summary": "A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when needed.",
5   "homepage": "https://github.com/cbpowell/MarqueeLabel",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Charles Powell",
11   "source": {
12     "git": "https://github.com/cbpowell/MarqueeLabel.git",
13     "tag": "3.0.1"
14   },
15   "frameworks": [
16     "UIKit",
17     "QuartzCore"
18   ],
19   "requires_arc": true,
20   "platforms": {
21     "ios": "6.0",
22     "tvos": "9.0"
23   },
24   "default_subspecs": "ObjC",
25   "pushed_with_swift_version": "3.0",
26   "subspecs": [
27     {
28       "name": "ObjC",
29       "platforms": {
30         "ios": "6.0",
31         "tvos": "9.0"
32       },
33       "source_files": "Sources/**/*.{h,m}"
34     },
35     {
36       "name": "Swift",
37       "platforms": {
38         "ios": "8.0",
39         "tvos": "9.0"
40       },
41       "source_files": "Sources/**/*.swift"
42     }
43   ]