[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / d / 2 / DarkLightning / 0.4.0 / DarkLightning.podspec.json
blob6efaedbdcc2f756c0d12bffe9f7517627f743f80
2   "name": "DarkLightning",
3   "version": "0.4.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.4.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": [
24         "Source/OSX/**/*{h,m,c}",
25         "Source/Internal/**/*{h,m,c}"
26       ],
27       "platforms": {
28         "osx": "10.9"
29       },
30       "private_header_files": "Source/Internal/**/*.h",
31       "dependencies": {
32         "DarkLightning/PacketProtocol": [
34         ]
35       }
36     },
37     {
38       "name": "iOS",
39       "source_files": [
40         "Source/iOS/**/*{h,m,c}",
41         "Source/Internal/**/*{h,m,c}"
42       ],
43       "platforms": {
44         "ios": "8.0"
45       },
46       "private_header_files": "Source/Internal/**/*.h",
47       "dependencies": {
48         "DarkLightning/PacketProtocol": [
50         ]
51       }
52     },
53     {
54       "name": "PacketProtocol",
55       "source_files": "Source/PacketProtocol/**/*{h,m,c}",
56       "platforms": {
57         "ios": "8.0",
58         "osx": "10.9"
59       }
60     }
61   ]