2 "name": "DarkLightning",
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",
9 "Jens Meder": "me@jensmeder.de"
12 "git": "https://github.com/jensmeder/DarkLightning.git",
24 "Source/OSX/**/*{h,m,c}",
25 "Source/Internal/**/*{h,m,c}"
30 "private_header_files": "Source/Internal/**/*.h",
32 "DarkLightning/PacketProtocol": [
40 "Source/iOS/**/*{h,m,c}",
41 "Source/Internal/**/*{h,m,c}"
46 "private_header_files": "Source/Internal/**/*.h",
48 "DarkLightning/PacketProtocol": [
54 "name": "PacketProtocol",
55 "source_files": "Source/PacketProtocol/**/*{h,m,c}",