[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 0 / 1 / PaysafePaymentsSDK / 0.0.14 / PaysafePaymentsSDK.podspec.json
blobc9a826c9821d3fb46286031ea0f0fcf32bd148f3
2   "name": "PaysafePaymentsSDK",
3   "version": "0.0.14",
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.14"
16   },
17   "platforms": {
18     "ios": "14.0"
19   },
20   "swift_versions": "5.5",
21   "subspecs": [
22     {
23       "name": "PaysafeCommon",
24       "source_files": "Sources/PaysafeCommon/**/*.swift"
25     },
26     {
27       "name": "PaysafeNetworking",
28       "source_files": "Sources/PaysafeNetworking/**/*.swift",
29       "dependencies": {
30         "PaysafePaymentsSDK/PaysafeCommon": [
32         ]
33       }
34     },
35     {
36       "name": "PaysafeApplePay",
37       "source_files": "Sources/PaysafeApplePay/**/*.swift",
38       "dependencies": {
39         "PaysafePaymentsSDK/PaysafeCommon": [
41         ]
42       }
43     },
44     {
45       "name": "PaysafePayPal",
46       "source_files": "Sources/PaysafePayPal/**/*.swift",
47       "dependencies": {
48         "PaysafePaymentsSDK/PaysafeCommon": [
50         ],
51         "PayPal": [
52           "~> 1.1.0"
53         ]
54       }
55     },
56     {
57       "name": "Paysafe3DS",
58       "source_files": "Sources/Paysafe3DS/**/*.swift",
59       "dependencies": {
60         "PaysafePaymentsSDK/PaysafeCommon": [
62         ],
63         "PaysafePaymentsSDK/PaysafeNetworking": [
65         ]
66       },
67       "vendored_frameworks": "Frameworks/CardinalMobile.xcframework"
68     },
69     {
70       "name": "PaysafeCore",
71       "source_files": "Sources/PaysafeCore/**/*.swift",
72       "dependencies": {
73         "PaysafePaymentsSDK/PaysafeCommon": [
75         ],
76         "PaysafePaymentsSDK/PaysafeNetworking": [
78         ],
79         "PaysafePaymentsSDK/Paysafe3DS": [
81         ],
82         "PaysafePaymentsSDK/PaysafeApplePay": [
84         ],
85         "PaysafePaymentsSDK/PaysafePayPal": [
87         ]
88       }
89     }
90   ],
91   "swift_version": "5.5"