[Add] MyCheckWalletUI-iOS 3.0.10
diff --git a/Specs/f/1/c/MyCheckWalletUI-iOS/3.0.10/MyCheckWalletUI-iOS.podspec.json b/Specs/f/1/c/MyCheckWalletUI-iOS/3.0.10/MyCheckWalletUI-iOS.podspec.json
new file mode 100644
index 0000000..de990f9
--- /dev/null
+++ b/Specs/f/1/c/MyCheckWalletUI-iOS/3.0.10/MyCheckWalletUI-iOS.podspec.json
@@ -0,0 +1,46 @@
+{
+  "name": "MyCheckWalletUI-iOS",
+  "version": "3.0.10",
+  "summary": "An SDK that supplies UI for payment method managment.",
+  "description": "README.md",
+  "homepage": "https://mycheckapp.com",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "dudi hisine": "dudih@mycheck.co.il"
+  },
+  "source": {
+    "git": "https://www.bitbucket.org/mycheck/mycheckwalletui_ios.git",
+    "tag": "3.0.10"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "dependencies": {
+    "MyCheckCore-iOS": [
+
+    ]
+  },
+  "default_subspecs": "Core",
+  "subspecs": [
+    {
+      "name": "Core",
+      "vendored_frameworks": "Framework/MyCheckWalletUI.framework"
+    },
+    {
+      "name": "CardRecognizer",
+      "dependencies": {
+        "MyCheckWalletUI-iOS/Core": [
+
+        ]
+      },
+      "vendored_frameworks": [
+        "Framework/CardRecognizer/DocumentReader.framework",
+        "Framework/CardRecognizer/DocumentReaderCore.framework"
+      ],
+      "resources": "MyCheckWalletUI/CardRecognizer/db.dat"
+    }
+  ]
+}