Files
JBChartView/CHCSVParser/2.0.2/CHCSVParser.podspec
T
2013-01-19 06:07:26 -08:00

11 lines
464 B
Ruby
Executable File

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.2'
spec.source = { :git => 'https://github.com/davedelong/CHCSVParser.git', :tag => '2.0.2' }
spec.source_files = 'CHCSVParser/CHCSVParser.{h,m}'
end