From be7bfa415ace6448e872bd9312d883eaeb8edcd2 Mon Sep 17 00:00:00 2001
From: Stefano <acerbetti@gmail.com>
Date: Sat, 19 Jan 2013 06:07:26 -0800
Subject: [PATCH] added CHCSVParser 2.0.2

---
 CHCSVParser/2.0.2/CHCSVParser.podspec | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100755 CHCSVParser/2.0.2/CHCSVParser.podspec

diff --git a/CHCSVParser/2.0.2/CHCSVParser.podspec b/CHCSVParser/2.0.2/CHCSVParser.podspec
new file mode 100755
index 000000000000000..a7d923591b09350
--- /dev/null
+++ b/CHCSVParser/2.0.2/CHCSVParser.podspec
@@ -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