blob: 7cb260d92945be2cd2555d8dc523c152362c776d [file] [log] [blame]
{
"name": "SerialGate",
"version": "2.0",
"summary": "Serial Communication Library for macOS written in 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/Kyomesuke",
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/Kyome22/SerialGate.git",
"tag": "2.0"
},
"frameworks": [
"Appkit",
"IOKit"
],
"source_files": "SerialGate/**/*.swift",
"swift_versions": "5",
"requires_arc": true,
"swift_version": "5"
}