blob: 76524756749f7c11cdc33d946c83ce709864f155 [file] [log] [blame]
{
"name": "DarkLightning",
"version": "0.4.2",
"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.4.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"subspecs": [
{
"name": "OSX",
"source_files": [
"Source/OSX/**/*{h,m,c}",
"Source/Internal/**/*{h,m,c}"
],
"platforms": {
"osx": "10.9"
},
"private_header_files": "Source/Internal/**/*.h",
"dependencies": {
"DarkLightning/PacketProtocol": [
]
}
},
{
"name": "iOS",
"source_files": [
"Source/iOS/**/*{h,m,c}",
"Source/Internal/**/*{h,m,c}"
],
"platforms": {
"ios": "8.0"
},
"private_header_files": "Source/Internal/**/*.h",
"dependencies": {
"DarkLightning/PacketProtocol": [
]
}
},
{
"name": "PacketProtocol",
"source_files": "Source/PacketProtocol/**/*{h,m,c}",
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}
]
}