[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 2 / DarkLightning / 2.0.0-alpha1 / DarkLightning.podspec.json
blob86c28f4833a902bdaea87a2049bbe0cf8af99f50
2   "name": "DarkLightning",
3   "version": "2.0.0-alpha1",
4   "summary": "Simply the fastest way to transmit data between iOS/tvOS and OSX",
5   "description": "DarkLightning is a lightweight Swift library to allow data transmission between iOS/tvOS devices (Lightning port, Dock connector, USB-C) and OSX (USB) at 480MBit.",
6   "homepage": "https://github.com/jensmeder/DarkLightning",
7   "license": "MIT",
8   "authors": {
9     "Jens Meder": "me@jensmeder.de"
10   },
11   "source": {
12     "git": "https://github.com/jensmeder/DarkLightning.git",
13     "tag": "2.0.0-alpha1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0"
20   },
21   "pushed_with_swift_version": "3.1",
22   "subspecs": [
23     {
24       "name": "OSX",
25       "source_files": [
26         "Sources/Daemon/**/*{swift}",
27         "Sources/Utils/**/*{swift}",
28         "Sources/Port/**/*{swift}"
29       ],
30       "platforms": {
31         "osx": "10.10"
32       }
33     },
34     {
35       "name": "iOS",
36       "source_files": [
37         "Sources/Port/**/*{swift}",
38         "Sources/Utils/**/*{swift}"
39       ],
40       "platforms": {
41         "ios": "8.0"
42       }
43     },
44     {
45       "name": "tvOS",
46       "source_files": [
47         "Sources/Port/**/*{swift}",
48         "Sources/Utils/**/*{swift}"
49       ],
50       "platforms": {
51         "tvos": "9.0"
52       }
53     }
54   ]