[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / d / 2 / DarkLightning / 0.1.3 / DarkLightning.podspec.json
blob428edd3d95087e6311b5be1ac19fa315a1661289
2   "name": "DarkLightning",
3   "version": "0.1.3",
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.1.3"
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     },
29     {
30       "name": "iOS",
31       "source_files": "Pod/iOS/**/*",
32       "platforms": {
33         "ios": "8.0"
34       }
35     }
36   ]