Files
JBChartView/DIYConduit/0.3.0/DIYConduit.podspec
T
2012-09-01 21:34:39 -07:00

12 lines
437 B
Ruby

Pod::Spec.new do |s|
s.name = 'DIYConduit'
s.version = '0.3.0'
s.license = 'Apache 2.0'
s.summary = 'JS to Objective-C... and back again.'
s.homepage = 'https://github.com/thisandagain/conduit'
s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'}
s.source = { :git => 'https://github.com/thisandagain/conduit.git', :tag => 'v0.3.0' }
s.platform = :ios
s.source_files = 'DIYConduit'
s.requires_arc = true
end