blob: 72e75743de1973645795cb4647d9ada33885fc2b [file] [log] [blame]
{
"name": "SerialGate",
"version": "1.0",
"summary": "Serial Communication Library for macOS written by Swift.",
"description": "By using SerialGate, serial communication with Arduino and mbed can be implemented easily.\nSerial communication demo app can be downloaded from GitHub.",
"homepage": "https://github.com/Kyome22/SerialGate",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Takuto Nakamura": "kyomesuke@icloud.com"
},
"social_media_url": "https://twitter.com/Kyomesuke3",
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/Kyome22/SerialGate.git",
"tag": "1.0"
},
"frameworks": [
"Appkit",
"IOKit"
],
"source_files": "SerialGate/**/*.swift",
"swift_version": "4.2",
"requires_arc": true
}