[Add] QKMRZScanner 2.2.1
diff --git a/Specs/a/a/a/QKMRZScanner/2.2.1/QKMRZScanner.podspec.json b/Specs/a/a/a/QKMRZScanner/2.2.1/QKMRZScanner.podspec.json
new file mode 100644
index 0000000..2f27b33
--- /dev/null
+++ b/Specs/a/a/a/QKMRZScanner/2.2.1/QKMRZScanner.podspec.json
@@ -0,0 +1,42 @@
+{
+  "name": "QKMRZScanner",
+  "version": "2.2.1",
+  "platforms": {
+    "ios": "11.0"
+  },
+  "swift_versions": "5.0",
+  "pod_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "summary": "Scans MRZ (Machine Readable Zone) from identity documents (passport, id, visa).",
+  "authors": {
+    "Matej Dorcak": "sss.mado@gmail.com"
+  },
+  "homepage": "https://github.com/Mattijah/QKMRZScanner",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "source": {
+    "git": "https://github.com/Mattijah/QKMRZScanner.git",
+    "tag": "v2.2.1"
+  },
+  "source_files": "QKMRZScanner/**/*.{swift}",
+  "resources": "QKMRZScanner/Supporting Files/tessdata",
+  "frameworks": [
+    "Foundation",
+    "UIKit",
+    "AVFoundation",
+    "CoreImage",
+    "AudioToolbox"
+  ],
+  "dependencies": {
+    "QKMRZParser": [
+
+    ],
+    "SwiftyTesseract": [
+
+    ]
+  },
+  "swift_version": "5.0"
+}