[Add] Rx-Ver-ID 1.1.0
diff --git a/Specs/c/7/1/Rx-Ver-ID/1.1.0/Rx-Ver-ID.podspec.json b/Specs/c/7/1/Rx-Ver-ID/1.1.0/Rx-Ver-ID.podspec.json
new file mode 100644
index 0000000..2b5c7d6
--- /dev/null
+++ b/Specs/c/7/1/Rx-Ver-ID/1.1.0/Rx-Ver-ID.podspec.json
@@ -0,0 +1,52 @@
+{
+  "name": "Rx-Ver-ID",
+  "version": "1.1.0",
+  "summary": "Reactive implementation of Ver-ID face detection and recognition",
+  "homepage": "https://github.com/AppliedRecognition",
+  "license": {
+    "type": "COMMERCIAL",
+    "file": "LICENCE.txt"
+  },
+  "authors": "Jakub Dolejs",
+  "platforms": {
+    "ios": "11.0"
+  },
+  "swift_versions": [
+    "5.0",
+    "5.1"
+  ],
+  "source": {
+    "http": "https://ver-id.s3.us-east-1.amazonaws.com/ios/rxverid/1.1.0/RxVerID.zip"
+  },
+  "vendored_frameworks": "RxVerID.framework",
+  "dependencies": {
+    "RxSwift": [
+      "~> 5"
+    ],
+    "RxCocoa": [
+      "~> 5"
+    ]
+  },
+  "default_subspecs": "UI",
+  "subspecs": [
+    {
+      "name": "Core",
+      "dependencies": {
+        "Ver-ID-Core": [
+          ">= 1.9.3",
+          "~> 1"
+        ]
+      }
+    },
+    {
+      "name": "UI",
+      "dependencies": {
+        "Ver-ID-UI": [
+          ">= 1.9.3",
+          "~> 1"
+        ]
+      }
+    }
+  ],
+  "swift_version": "5.1"
+}