[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / f / 1 / c / MyCheckWalletUI-iOS / 3.0.2 / MyCheckWalletUI-iOS.podspec.json
blobe93d420a1f79e56eddfa2ef7fbf797e9148f0962
2   "name": "MyCheckWalletUI-iOS",
3   "version": "3.0.2",
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     "elad schiller": "eladsc@mycheck.co.il"
13   },
14   "source": {
15     "git": "https://www.bitbucket.org/mycheck/mycheckwalletui_ios.git",
16     "tag": "3.0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "dependencies": {
22     "MyCheckCore-iOS": [
24     ],
25     "PayCardsRecognizer": [
27     ]
28   },
29   "default_subspecs": "Core",
30   "subspecs": [
31     {
32       "name": "Core",
33       "platforms": {
34         "ios": "10.0"
35       },
36       "vendored_frameworks": "Framework/MyCheckWalletUI.framework"
37     },
38     {
39       "name": "VisaCheckout",
40       "dependencies": {
41         "MyCheckWalletUI-iOS/Core": [
43         ],
44         "VisaCheckoutSDK": [
46         ]
47       },
48       "platforms": {
49         "ios": "10.0"
50       }
51     }
52   ]