Files
JBChartView/CHCSVParser/2.0.4/CHCSVParser.podspec
T
2013-03-07 11:56:44 +01:00

11 lines
464 B
Ruby

Pod::Spec.new do |spec|
spec.name = 'CHCSVParser'
spec.author = 'Dave DeLong'
spec.homepage = 'https://github.com/davedelong/CHCSVParser'
spec.summary = 'A proper CSV parser for Objective-C.'
spec.license = 'MIT (LICENSE)'
spec.version = '2.0.4'
spec.source = { :git => 'https://github.com/davedelong/CHCSVParser.git', :tag => '2.0.4' }
spec.source_files = 'CHCSVParser/CHCSVParser.{h,m}'
end