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",
23 "source_files": "Source/OSX/**/*{h,m,c}",
27 "private_header_files": "Source/OSX/Internal/**/*.h",
29 "DarkLightning/PacketProtocol": [
36 "source_files": "Source/iOS/**/*{h,m,c}",
41 "DarkLightning/PacketProtocol": [
47 "name": "PacketProtocol",
48 "source_files": "Source/PacketProtocol/**/*{h,m,c}",