[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / c / MyCheckWalletUI-iOS / 3.0.5 / MyCheckWalletUI-iOS.podspec.json
blobe43a526858c99b514ed639758ecf38e0e87e597d
2   "name": "MyCheckWalletUI-iOS",
3   "version": "3.0.5",
4   "summary": "An SDK that supplies UI for payment method managment.",
5   "description": "README.md",
6   "homepage": "https://mycheckapp.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dudi hisine": "dudih@mycheck.co.il"
13   },
14   "source": {
15     "git": "https://www.bitbucket.org/mycheck/mycheckwalletui_ios.git",
16     "tag": "3.0.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "dependencies": {
22     "MyCheckCore-iOS": [
24     ]
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "vendored_frameworks": "Framework/MyCheckWalletUI.framework"
31     },
32     {
33       "name": "CardRecognizer",
34       "dependencies": {
35         "MyCheckWalletUI-iOS/Core": [
37         ]
38       },
39       "vendored_frameworks": [
40         "Framework/CardRecognizer/DocumentReader.framework",
41         "Framework/CardRecognizer/DocumentReaderCore.framework"
42       ],
43       "resources": "MyCheckWalletUI/CardRecognizer/db.dat"
44     }
45   ]