[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 2 / DarkLightning / 1.0.3 / DarkLightning.podspec.json
blobe6c22a8df89f5a369d3d6541d86f4630064df8a2
2   "name": "DarkLightning",
3   "version": "1.0.3",
4   "summary": "Simply the fastest way to transmit data between iOS/tvOS and OSX",
5   "description": "DarkLightning is a lightweight Objective-C 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": "1.0.3"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "tvos": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "OSX",
24       "source_files": [
25         "Source/OSX/**/*{h,m,c}",
26         "Source/USB/**/*{h,m,c}",
27         "Source/Sockets/**/*{h,m,c}"
28       ],
29       "platforms": {
30         "osx": "10.9"
31       },
32       "dependencies": {
33         "DarkLightning/PacketProtocol": [
35         ]
36       }
37     },
38     {
39       "name": "iOS",
40       "source_files": [
41         "Source/iOS/**/*{h,m,c}",
42         "Source/MobileDevicePort/**/*{h,m,c}",
43         "Source/Sockets/**/*{h,m,c}"
44       ],
45       "platforms": {
46         "ios": "8.0"
47       },
48       "dependencies": {
49         "DarkLightning/PacketProtocol": [
51         ]
52       }
53     },
54     {
55       "name": "tvOS",
56       "source_files": [
57         "Source/tvOS/**/*{h,m,c}",
58         "Source/MobileDevicePort/**/*{h,m,c}",
59         "Source/Sockets/**/*{h,m,c}"
60       ],
61       "platforms": {
62         "tvos": "9.0"
63       },
64       "dependencies": {
65         "DarkLightning/PacketProtocol": [
67         ]
68       }
69     },
70     {
71       "name": "PacketProtocol",
72       "source_files": "Source/PacketProtocol/**/*{h,m,c}",
73       "platforms": {
74         "ios": "8.0",
75         "osx": "10.9",
76         "tvos": "9.0"
77       }
78     }
79   ]