[Add] Benji 1.2.0
diff --git a/Specs/4/c/7/Benji/1.2.0/Benji.podspec.json b/Specs/4/c/7/Benji/1.2.0/Benji.podspec.json
new file mode 100644
index 0000000..3e226e1
--- /dev/null
+++ b/Specs/4/c/7/Benji/1.2.0/Benji.podspec.json
@@ -0,0 +1,25 @@
+{
+  "name": "Benji",
+  "version": "1.2.0",
+  "summary": "Benji is a lightweight HTTP networking library written in Swift for simple HTTP API requests using JSON and uploading/downloading files.",
+  "homepage": "https://github.com/aa-wong/Benji",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Aaron Wong": "aaron@pixelbirddesign.com"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "requires_arc": true,
+  "source": {
+    "git": "https://github.com/aa-wong/Benji.git",
+    "tag": "v1.2.0"
+  },
+  "source_files": "Benji/**/*.{h, swift}",
+  "swift_versions": "5.0",
+  "vendored_frameworks": "Benji.framework",
+  "swift_version": "5.0"
+}