blob: c2a13f6f34f124ace4c1e97f8f49ca95be9e93da [file] [log] [blame]
{
"name": "WirekiteMac",
"version": "0.1.0",
"summary": "Wire up digital and analog IOs to your Mac.",
"description": "Wire up digital and analog IOs to your Mac and control them with your Swift or Objective-C code run on your Mac.\nTo connect the inputs and outputs, use a Teensy development board connected via USB.\nIt looks a lot like an Arduino Nano connected for loading the code.\nYet with Wirekite the custom code is written for and run on your Mac.",
"homepage": "https://github.com/manuelbl/WirekiteMac",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manuelbl": "manuelbl@users.noreply.github.com"
},
"source": {
"git": "https://github.com/manuelbl/WirekiteMac.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.10"
},
"source_files": "WirekiteMacLib/Sources/**/*",
"public_header_files": "WirekiteMacLib/Sources/**/*.h",
"libraries": "c++"
}