blob: 9be8b90c5889883f07ed6c313c7e704945421fc2 [file] [log] [blame]
{
"name": "ORSSerialPort",
"version": "1.0.0",
"summary": "Set of Objective-C classes useful for communicating with external devices through a serial port (most commonly RS-232).",
"description": "A simple, Cocoa-like set of Objective-C classes useful for programmers writing Objective-C Cocoa apps that must communicate with external devices through a serial port (most commonly RS-232).",
"homepage": "https://github.com/armadsen/ORSSerialPort",
"license": "MIT",
"authors": {
"Andrew Madsen": "andrew@openreelsoftware.com"
},
"source": {
"git": "https://github.com/armadsen/ORSSerialPort.git",
"tag": "1.0.0"
},
"platforms": {
"osx": null
},
"frameworks": "IOKit",
"source_files": "Source/**/*.{h,m}",
"requires_arc": true
}