[Add] JSCSVParser 1.0
diff --git a/Specs/0/7/8/JSCSVParser/1.0/JSCSVParser.podspec.json b/Specs/0/7/8/JSCSVParser/1.0/JSCSVParser.podspec.json
new file mode 100644
index 0000000..5cb638c
--- /dev/null
+++ b/Specs/0/7/8/JSCSVParser/1.0/JSCSVParser.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "JSCSVParser",
+  "version": "1.0",
+  "license": "MIT",
+  "summary": "An efficient CSV parser implementing RFC 4180",
+  "homepage": "https://github.com/jsloop42/JSCSVParser",
+  "authors": {
+    "jsloop": "jsloop42@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/jsloop42/JSCSVParser.git",
+    "tag": "1.0"
+  },
+  "documentation_url": "https://github.com/jsloop42/JSCSVParser",
+  "platforms": {
+    "osx": "10.9",
+    "ios": "8.0"
+  },
+  "source_files": "CSVParser/*.swift",
+  "swift_version": "4.2",
+  "dependencies": {
+    "JSLogger": [
+
+    ]
+  }
+}