[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / f / c / MarqueeLabel / 2.7.1 / MarqueeLabel.podspec.json
blobd9b2ffc18a518721879f94bb4f811f0507489a55
2   "name": "MarqueeLabel",
3   "version": "2.7.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": "2.7.1"
14   },
15   "public_header_files": "Classes/ObjC/MarqueeLabel.h",
16   "frameworks": [
17     "UIKit",
18     "QuartzCore"
19   ],
20   "requires_arc": true,
21   "platforms": {
22     "ios": "6.0",
23     "tvos": "9.0"
24   },
25   "default_subspecs": "ObjC",
26   "subspecs": [
27     {
28       "name": "ObjC",
29       "platforms": {
30         "ios": "6.0",
31         "tvos": "9.0"
32       },
33       "source_files": "Classes/**/*.{h,m}"
34     },
35     {
36       "name": "Swift",
37       "platforms": {
38         "ios": "8.0",
39         "tvos": "9.0"
40       },
41       "source_files": "Classes/**/*.swift"
42     }
43   ]