[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / d / f / c / MarqueeLabel / 3.1.5 / MarqueeLabel.podspec.json
blob9912cdc89cf4efa6f14e3562fbfb8447d3322b01
2   "name": "MarqueeLabel",
3   "version": "3.1.5",
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.1.5"
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   "subspecs": [
26     {
27       "name": "ObjC",
28       "platforms": {
29         "ios": "6.0",
30         "tvos": "9.0"
31       },
32       "source_files": "Sources/**/*.{h,m}"
33     },
34     {
35       "name": "Swift",
36       "platforms": {
37         "ios": "8.0",
38         "tvos": "9.0"
39       },
40       "source_files": "Sources/**/*.swift"
41     }
42   ]