blob: 16f53e409b04d0248261313ea4ed2169fd30f9b4 [file] [log] [blame]
{
"name": "ORSSerialPort",
"version": "1.5.0",
"summary": "Easy to use Objective-C serial port library for Mac OS X.",
"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).\n",
"homepage": "https://github.com/armadsen/ORSSerialPort",
"license": "MIT",
"authors": {
"Andrew Madsen": "andrew@openreelsoftware.com"
},
"platforms": {
"osx": "10.6"
},
"source": {
"git": "https://github.com/armadsen/ORSSerialPort.git",
"tag": "1.5.0"
},
"source_files": "Source/**/*.{h,m}",
"requires_arc": true
}