blob: 1a953dc39ffa200758929132f54d970e07cf4ff4 [file] [log] [blame]
{
"name": "DarkLightning",
"version": "1.0.1",
"summary": "Simply the fastest way to transmit data between iOS/tvOS and OSX",
"description": "DarkLightning is a lightweight Objective-C library to allow data transmission between iOS/tvOS devices (Lightning port, Dock connector, USB-C) 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": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"subspecs": [
{
"name": "OSX",
"source_files": [
"Source/OSX/**/*{h,m,c}",
"Source/USB/**/*{h,m,c}",
"Source/Sockets/**/*{h,m,c}"
],
"platforms": {
"osx": "10.9"
},
"dependencies": {
"DarkLightning/PacketProtocol": [
]
}
},
{
"name": "iOS",
"source_files": [
"Source/iOS/**/*{h,m,c}",
"Source/MobileDevicePort/**/*{h,m,c}",
"Source/Sockets/**/*{h,m,c}"
],
"platforms": {
"ios": "8.0"
},
"dependencies": {
"DarkLightning/PacketProtocol": [
]
}
},
{
"name": "tvOS",
"source_files": [
"Source/tvOS/**/*{h,m,c}",
"Source/MobileDevicePort/**/*{h,m,c}",
"Source/Sockets/**/*{h,m,c}"
],
"platforms": {
"tvos": "9.0"
},
"dependencies": {
"DarkLightning/PacketProtocol": [
]
}
},
{
"name": "PacketProtocol",
"source_files": "Source/PacketProtocol/**/*{h,m,c}",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
}
}
]
}