Files
JBChartView/ORSSerialPort/0.0.1/ORSSerialPort.podspec
T
Fabio Pelosin 301a108173 Back to green.
2012-10-03 15:33:19 +02:00

15 lines
847 B
Ruby

Pod::Spec.new do |s|
s.name = "ORSSerialPort"
s.version = "0.0.1"
s.summary = "Set of Objective-C classes useful for communicating with external devices through a serial port (most commonly RS-232)."
s.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)."
s.homepage = "https://github.com/armadsen/ORSSerialPort"
s.license = 'MIT'
s.author = { "Andrew Madsen" => "andrew@openreelsoftware.com" }
s.source = { :git => 'https://github.com/armadsen/ORSSerialPort.git', :commit => '2582e92c062ba3e30ab4b058a814364ec91b21da' }
s.platform = :osx
s.frameworks = 'IOKit'
s.source_files = 'Source/**/*.{h,m}'
s.requires_arc = true
end