[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / 2 / DarkLightning / 0.2.0 / DarkLightning.podspec.json
blob6bf632d5d29c8cb6c44f335c476f1fbf5df40502
2   "name": "DarkLightning",
3   "version": "0.2.0",
4   "summary": "Simply the fastest way to transmit data between iOS and OSX",
5   "description": "DarkLightning is a lightweight Objective-C library to allow data transmission between iOS devices (Lightning port or Dock connector) 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": "0.2.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "subspecs": [
21     {
22       "name": "OSX",
23       "source_files": "Pod/OSX/**/*",
24       "platforms": {
25         "osx": "10.9"
26       },
27       "private_header_files": "Pod/OSX/Internal/**/*.h",
28       "dependencies": {
29         "DarkLightning/PacketProtocol": [
31         ]
32       }
33     },
34     {
35       "name": "iOS",
36       "source_files": "Pod/iOS/**/*",
37       "platforms": {
38         "ios": "8.0"
39       },
40       "dependencies": {
41         "DarkLightning/PacketProtocol": [
43         ]
44       }
45     },
46     {
47       "name": "PacketProtocol",
48       "source_files": "Pod/PacketProtocol/**/*",
49       "platforms": {
50         "ios": "8.0",
51         "osx": "10.9"
52       }
53     }
54   ]