blob: 6bf632d5d29c8cb6c44f335c476f1fbf5df40502 [file] [log] [blame]
{
"name": "DarkLightning",
"version": "0.2.0",
"summary": "Simply the fastest way to transmit data between iOS and OSX",
"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.",
"homepage": "https://github.com/jensmeder/DarkLightning",
"license": "MIT",
"authors": {
"Jens Meder": "me@jensmeder.de"
},
"source": {
"git": "https://github.com/jensmeder/DarkLightning.git",
"tag": "0.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"subspecs": [
{
"name": "OSX",
"source_files": "Pod/OSX/**/*",
"platforms": {
"osx": "10.9"
},
"private_header_files": "Pod/OSX/Internal/**/*.h",
"dependencies": {
"DarkLightning/PacketProtocol": [
]
}
},
{
"name": "iOS",
"source_files": "Pod/iOS/**/*",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"DarkLightning/PacketProtocol": [
]
}
},
{
"name": "PacketProtocol",
"source_files": "Pod/PacketProtocol/**/*",
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}
]
}