[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / f / 1 / c / MyCheckWalletUI-iOS / 1.2.12 / MyCheckWalletUI-iOS.podspec.json
blob0bd606f3cfd9e5ad3250fe775592d4651e5ca53d
2   "name": "MyCheckWalletUI-iOS",
3   "version": "1.2.12",
4   "summary": "An SDK that supplies UI for payment method managment.",
5   "swift_versions": "5.0",
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.12"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "dependencies": {
23     "MyCheckCore-iOS": [
25     ],
26     "Kingfisher": [
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": "ApplePay",
41       "dependencies": {
42         "MyCheckWalletUI-iOS/Core": [
44         ]
45       },
46       "frameworks": "PassKit",
47       "platforms": {
48         "ios": "10.0"
49       }
50     },
51     {
52       "name": "PayPal",
53       "dependencies": {
54         "MyCheckWalletUI-iOS/Core": [
56         ],
57         "Braintree/PayPal": [
59         ],
60         "Braintree/DataCollector": [
62         ]
63       },
64       "platforms": {
65         "ios": "10.0"
66       }
67     }
68   ],
69   "swift_version": "5.0"