[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / d / 2 / DarkLightning / 0.1.1 / DarkLightning.podspec.json
blob44f9e3c2a62ab55aeca38a743bf3d24f92a64f6e
2   "name": "DarkLightning",
3   "version": "0.1.1",
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.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "subspecs": [
20     {
21       "name": "OSX",
22       "source_files": "Pod/OSX/**/*",
23       "platforms": {
24         "osx": "10.9"
25       },
26       "private_header_files": "Pod/OSX/Internal/**/*.h"
27     },
28     {
29       "name": "iOS",
30       "source_files": "Pod/iOS/**/*",
31       "platforms": {
32         "ios": "8.0"
33       }
34     }
35   ]