[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 0 / 1 / PaysafePaymentsSDK / 0.0.21 / PaysafePaymentsSDK.podspec.json
blob6ff8856dd892118549a229d4df6d399d5fa933af
2   "name": "PaysafePaymentsSDK",
3   "version": "0.0.21",
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.21"
16   },
17   "platforms": {
18     "ios": "14.0"
19   },
20   "swift_versions": "5.5",
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": "PaysafeNetworking",
31       "source_files": "Sources/PaysafeNetworking/**/*.swift",
32       "dependencies": {
33         "PaysafePaymentsSDK/PaysafeCommon": [
35         ]
36       }
37     },
38     {
39       "name": "PaysafeApplePay",
40       "source_files": "Sources/PaysafeApplePay/**/*.swift",
41       "dependencies": {
42         "PaysafePaymentsSDK/PaysafeCommon": [
44         ]
45       },
46       "resource_bundles": {
47         "PaysafeApplePay_PrivacyInfo": "Sources/PaysafeApplePay/PrivacyInfo.xcprivacy"
48       }
49     },
50     {
51       "name": "PaysafeVenmo",
52       "source_files": "Sources/PaysafeVenmo/**/*.swift",
53       "dependencies": {
54         "PaysafePaymentsSDK/PaysafeCommon": [
56         ],
57         "Braintree/Venmo": [
59         ]
60       },
61       "resource_bundles": {
62         "PaysafeVenmo_PrivacyInfo": "Sources/PaysafeVenmo/PrivacyInfo.xcprivacy"
63       }
64     },
65     {
66       "name": "Paysafe3DS",
67       "source_files": "Sources/Paysafe3DS/**/*.swift",
68       "dependencies": {
69         "PaysafePaymentsSDK/PaysafeCommon": [
71         ],
72         "PaysafePaymentsSDK/PaysafeNetworking": [
74         ]
75       },
76       "vendored_frameworks": "Frameworks/CardinalMobile.xcframework",
77       "resource_bundles": {
78         "Paysafe3DS_PrivacyInfo": "Sources/Paysafe3DS/PrivacyInfo.xcprivacy"
79       }
80     },
81     {
82       "name": "PaysafeCore",
83       "source_files": "Sources/PaysafeCore/**/*.swift",
84       "dependencies": {
85         "PaysafePaymentsSDK/PaysafeCommon": [
87         ],
88         "PaysafePaymentsSDK/PaysafeNetworking": [
90         ],
91         "PaysafePaymentsSDK/Paysafe3DS": [
93         ],
94         "PaysafePaymentsSDK/PaysafeApplePay": [
96         ],
97         "PaysafePaymentsSDK/PaysafeVenmo": [
99         ]
100       },
101       "resource_bundles": {
102         "PaysafeCore_PrivacyInfo": "Sources/PaysafeCore/PrivacyInfo.xcprivacy"
103       }
104     }
105   ],
106   "swift_version": "5.5"