[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / d / 6 / PayPal / 1.2.0 / PayPal.podspec.json
blob3c4124eca31e1ee24ff69c0da46458223f796464
2   "name": "PayPal",
3   "version": "1.2.0",
4   "summary": "The PayPal iOS SDK: Helps you accept card, PayPal, and alternative payment methods in your iOS app.",
5   "homepage": "https://developer.paypal.com/home",
6   "license": "MIT",
7   "authors": {
8     "PayPal": "sdks@paypal.com"
9   },
10   "source": {
11     "git": "https://github.com/paypal/paypal-ios.git",
12     "tag": "1.2.0"
13   },
14   "swift_versions": "5.9",
15   "platforms": {
16     "ios": "14.0"
17   },
18   "compiler_flags": "-Wall -Werror -Wextra",
19   "subspecs": [
20     {
21       "name": "CardPayments",
22       "source_files": "Sources/CardPayments/**/*.swift",
23       "dependencies": {
24         "PayPal/CorePayments": [
26         ]
27       },
28       "resource_bundles": {
29         "CardPayments_PrivacyInfo": "Sources/CardPayments/PrivacyInfo.xcprivacy"
30       }
31     },
32     {
33       "name": "PayPalNativePayments",
34       "source_files": "Sources/PayPalNativePayments/**/*.swift",
35       "dependencies": {
36         "PayPal/CorePayments": [
38         ],
39         "PayPalCheckout": [
40           "1.2.0"
41         ]
42       },
43       "resource_bundles": {
44         "PayPalNativePayments_PrivacyInfo": "Sources/PayPalNativePayments/PrivacyInfo.xcprivacy"
45       }
46     },
47     {
48       "name": "PaymentButtons",
49       "source_files": "Sources/PaymentButtons/*.swift",
50       "dependencies": {
51         "PayPal/CorePayments": [
53         ]
54       },
55       "resource_bundles": {
56         "PaymentButtons_PrivacyInfo": "Sources/PaymentButtons/PrivacyInfo.xcprivacy"
57       }
58     },
59     {
60       "name": "PayPalWebPayments",
61       "source_files": "Sources/PayPalWebPayments/*.swift",
62       "dependencies": {
63         "PayPal/CorePayments": [
65         ]
66       },
67       "resource_bundles": {
68         "PayPalWebPayments_PrivacyInfo": "Sources/PayPalWebPayments/PrivacyInfo.xcprivacy"
69       }
70     },
71     {
72       "name": "FraudProtection",
73       "source_files": "Sources/FraudProtection/*.swift",
74       "dependencies": {
75         "PayPal/CorePayments": [
77         ]
78       },
79       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework",
80       "resource_bundles": {
81         "FraudProtection_PrivacyInfo": "Sources/FraudProtection/PrivacyInfo.xcprivacy"
82       }
83     },
84     {
85       "name": "CorePayments",
86       "source_files": "Sources/CorePayments/**/*.swift",
87       "resource_bundles": {
88         "CorePayments_PrivacyInfo": "Sources/CorePayments/PrivacyInfo.xcprivacy"
89       }
90     }
91   ],
92   "swift_version": "5.9"