[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 7 / 0 / 1 / PaysafePaymentsSDK / 0.0.24 / PaysafePaymentsSDK.podspec.json
blob12d8f54d6c25a9777b84fcf673d9bd1c6175f3eb
2   "name": "PaysafePaymentsSDK",
3   "version": "0.0.24",
4   "summary": "Paysafe iOS SDK that implements the Payments APIs.",
5   "homepage": "https://github.com/paysafegroup/paysafe_sdk_ios_payments_api.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Paysafe Group": "paysafe@paysafe.com"
12   },
13   "source": {
14     "git": "https://github.com/paysafegroup/paysafe_sdk_ios_payments_api.git",
15     "tag": "0.0.24"
16   },
17   "platforms": {
18     "ios": "14.0"
19   },
20   "swift_versions": "5.9",
21   "resource_bundles": {
22     "PaysafePaymentsSDK": "Sources/Resources/PrivacyInfo.xcprivacy"
23   },
24   "subspecs": [
25     {
26       "name": "PaysafeCommon",
27       "source_files": "Sources/PaysafeCommon/**/*.swift"
28     },
29     {
30       "name": "PaysafeApplePay",
31       "source_files": "Sources/PaysafeApplePay/**/*.swift",
32       "dependencies": {
33         "PaysafePaymentsSDK/PaysafeCommon": [
35         ]
36       },
37       "resource_bundles": {
38         "PaysafeApplePay_PrivacyInfo": "Sources/PaysafeApplePay/PrivacyInfo.xcprivacy"
39       }
40     },
41     {
42       "name": "PaysafeVenmo",
43       "source_files": "Sources/PaysafeVenmo/**/*.swift",
44       "dependencies": {
45         "PaysafePaymentsSDK/PaysafeCommon": [
47         ],
48         "Braintree/Venmo": [
50         ]
51       },
52       "resource_bundles": {
53         "PaysafeVenmo_PrivacyInfo": "Sources/PaysafeVenmo/PrivacyInfo.xcprivacy"
54       }
55     },
56     {
57       "name": "Paysafe3DS",
58       "source_files": "Sources/Paysafe3DS/**/*.swift",
59       "dependencies": {
60         "PaysafePaymentsSDK/PaysafeCommon": [
62         ]
63       },
64       "vendored_frameworks": "Frameworks/CardinalMobile.xcframework",
65       "resource_bundles": {
66         "Paysafe3DS_PrivacyInfo": "Sources/Paysafe3DS/PrivacyInfo.xcprivacy"
67       }
68     },
69     {
70       "name": "PaysafeCore",
71       "source_files": "Sources/PaysafeCore/**/*.swift",
72       "dependencies": {
73         "PaysafePaymentsSDK/PaysafeCommon": [
75         ],
76         "PaysafePaymentsSDK/Paysafe3DS": [
78         ]
79       },
80       "resource_bundles": {
81         "PaysafeCore_PrivacyInfo": "Sources/PaysafeCore/PrivacyInfo.xcprivacy"
82       }
83     }
84   ],
85   "swift_version": "5.9"