[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 1 / c / MyCheckWalletUI-iOS / 3.0.0 / MyCheckWalletUI-iOS.podspec.json
blob233b26183b2de857b927115f3f1db5dffa8e261c
2   "name": "MyCheckWalletUI-iOS",
3   "version": "3.0.0",
4   "summary": "An SDK that supplies UI for payment method managment.",
5   "swift_versions": "4.2",
6   "description": "README.md",
7   "homepage": "https://mycheckapp.com",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "elad schiller": "eladsc@mycheck.co.il"
14   },
15   "source": {
16     "git": "https://www.bitbucket.org/mycheck/mycheckwalletui_ios.git",
17     "tag": "3.0.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "dependencies": {
23     "MyCheckCore-iOS": [
25     ],
26     "PayCardsRecognizer": [
28     ]
29   },
30   "default_subspecs": "Core",
31   "subspecs": [
32     {
33       "name": "Core",
34       "platforms": {
35         "ios": "10.0"
36       },
37       "vendored_frameworks": "Framework/MyCheckWalletUI.framework"
38     },
39     {
40       "name": "VisaCheckout",
41       "dependencies": {
42         "MyCheckWalletUI-iOS/Core": [
44         ],
45         "VisaCheckoutSDK": [
47         ]
48       },
49       "platforms": {
50         "ios": "10.0"
51       }
52     }
53   ],
54   "swift_version": "4.2"