[Add] VGSShowSDK 1.0.4
diff --git a/Specs/a/3/d/VGSShowSDK/1.0.4/VGSShowSDK.podspec.json b/Specs/a/3/d/VGSShowSDK/1.0.4/VGSShowSDK.podspec.json
new file mode 100644
index 0000000..d7d88d1
--- /dev/null
+++ b/Specs/a/3/d/VGSShowSDK/1.0.4/VGSShowSDK.podspec.json
@@ -0,0 +1,35 @@
+{
+  "name": "VGSShowSDK",
+  "version": "1.0.4",
+  "summary": "VGS Show - is a product suite that allows customers to reveal and show information securely without possession of it.",
+  "swift_versions": "5.0",
+  "description": "VGS Show iOS SDK allows you to securely reveal data from VGS and display it via forms without having to have that data pass through your systems.",
+  "homepage": "https://github.com/verygoodsecurity/vgs-show-ios",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Very Good Security": "support@verygoodsecurity.com"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source": {
+    "git": "https://github.com/verygoodsecurity/vgs-show-ios.git",
+    "tag": "1.0.4"
+  },
+  "requires_arc": true,
+  "default_subspecs": "Core",
+  "subspecs": [
+    {
+      "name": "Core",
+      "source_files": [
+        "Sources/VGSShowSDK",
+        "Sources/VGSShowSDK/**/*.{swift}",
+        "Sources/VGSShowSDK/**/*.{h, m}"
+      ]
+    }
+  ],
+  "swift_version": "5.0"
+}