[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / d / 6 / PayPal / 1.3.0 / PayPal.podspec.json
blob31a2fd4676a87b7cf64eba391124f0f687f44072
2   "name": "PayPal",
3   "version": "1.3.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.3.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.3.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         "PayPalSDK": [
57           "Sources/PaymentButtons/*.xcassets"
58         ],
59         "PaymentButtons_PrivacyInfo": "Sources/PaymentButtons/PrivacyInfo.xcprivacy"
60       }
61     },
62     {
63       "name": "PayPalWebPayments",
64       "source_files": "Sources/PayPalWebPayments/*.swift",
65       "dependencies": {
66         "PayPal/CorePayments": [
68         ]
69       },
70       "resource_bundles": {
71         "PayPalWebPayments_PrivacyInfo": "Sources/PayPalWebPayments/PrivacyInfo.xcprivacy"
72       }
73     },
74     {
75       "name": "FraudProtection",
76       "source_files": "Sources/FraudProtection/*.swift",
77       "dependencies": {
78         "PayPal/CorePayments": [
80         ]
81       },
82       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework",
83       "resource_bundles": {
84         "FraudProtection_PrivacyInfo": "Sources/FraudProtection/PrivacyInfo.xcprivacy"
85       }
86     },
87     {
88       "name": "CorePayments",
89       "source_files": "Sources/CorePayments/**/*.swift",
90       "resource_bundles": {
91         "CorePayments_PrivacyInfo": "Sources/CorePayments/PrivacyInfo.xcprivacy"
92       }
93     }
94   ],
95   "swift_version": "5.9"