[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 1 / c / MyCheckWalletUI-iOS / 1.2.7 / MyCheckWalletUI-iOS.podspec.json
blob8f3bfb3a5308d26cece084c72ce9007f7ff10574
2   "name": "MyCheckWalletUI-iOS",
3   "version": "1.2.7",
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": "1.2.7"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "dependencies": {
23     "MyCheckCore-iOS": [
25     ],
26     "Kingfisher": [
28     ]
29   },
30   "default_subspecs": "Core",
31   "swift_version": "4.2",
32   "subspecs": [
33     {
34       "name": "Core",
35       "platforms": {
36         "ios": "10.0"
37       },
38       "vendored_frameworks": "Framework/MyCheckWalletUI.framework"
39     },
40     {
41       "name": "ApplePay",
42       "dependencies": {
43         "MyCheckWalletUI-iOS/Core": [
45         ]
46       },
47       "frameworks": "PassKit",
48       "platforms": {
49         "ios": "10.0"
50       }
51     },
52     {
53       "name": "VisaCheckout",
54       "dependencies": {
55         "MyCheckWalletUI-iOS/Core": [
57         ],
58         "VisaCheckoutSDK": [
60         ]
61       },
62       "platforms": {
63         "ios": "10.0"
64       }
65     },
66     {
67       "name": "PayPal",
68       "dependencies": {
69         "MyCheckWalletUI-iOS/Core": [
71         ],
72         "Braintree/PayPal": [
74         ],
75         "Braintree/DataCollector": [
77         ]
78       },
79       "platforms": {
80         "ios": "10.0"
81       }
82     }
83   ]