Skip to content

Commit

Permalink
added CHCSVParser 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acerbetti committed Jan 19, 2013
1 parent a54b3c5 commit be7bfa4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHCSVParser/2.0.2/CHCSVParser.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
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

0 comments on commit be7bfa4

Please sign in to comment.