blob: ec93e435d2d6570995c82281cb57abd1feef369d [file] [log] [blame]
{
"name": "ORSSerialPort",
"version": "1.7.1",
"summary": "Easy to use serial port library for Objective-C and Swift Mac apps.",
"description": " A simple, Cocoa-like library useful for programmers writing Objective-C or Swift apps for the Mac that must communicate with external devices through a serial port (most commonly RS-232). ORSSerialPort makes it easy to find the serial ports available on the system, configure serial ports, and send and receive data. It also includes an optional request/response API to simplify structured communication with external devices.\n",
"homepage": "https://github.com/armadsen/ORSSerialPort",
"license": "MIT",
"authors": {
"Andrew Madsen": "andrew@openreelsoftware.com"
},
"social_media_url": "https://twitter.com/armadsen",
"platforms": {
"osx": "10.6"
},
"source": {
"git": "https://github.com/armadsen/ORSSerialPort.git",
"tag": "1.7.1"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true
}