[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / d / 6 / PayPal / 2.0.0-beta2 / PayPal.podspec.json
blob31bd58b5751a494cf0e37670bb21d3b0f97ba57d
2   "name": "PayPal",
3   "version": "2.0.0-beta2",
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": "2.0.0-beta2"
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": "PaymentButtons",
34       "source_files": "Sources/PaymentButtons/*.swift",
35       "dependencies": {
36         "PayPal/CorePayments": [
38         ]
39       },
40       "resource_bundles": {
41         "PayPalSDK": [
42           "Sources/PaymentButtons/*.xcassets"
43         ],
44         "PaymentButtons_PrivacyInfo": "Sources/PaymentButtons/PrivacyInfo.xcprivacy"
45       }
46     },
47     {
48       "name": "PayPalWebPayments",
49       "source_files": "Sources/PayPalWebPayments/*.swift",
50       "dependencies": {
51         "PayPal/CorePayments": [
53         ]
54       },
55       "resource_bundles": {
56         "PayPalWebPayments_PrivacyInfo": "Sources/PayPalWebPayments/PrivacyInfo.xcprivacy"
57       }
58     },
59     {
60       "name": "FraudProtection",
61       "source_files": "Sources/FraudProtection/*.swift",
62       "dependencies": {
63         "PayPal/CorePayments": [
65         ]
66       },
67       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework",
68       "resource_bundles": {
69         "FraudProtection_PrivacyInfo": "Sources/FraudProtection/PrivacyInfo.xcprivacy"
70       }
71     },
72     {
73       "name": "CorePayments",
74       "source_files": "Sources/CorePayments/**/*.swift",
75       "resource_bundles": {
76         "CorePayments_PrivacyInfo": "Sources/CorePayments/PrivacyInfo.xcprivacy"
77       }
78     }
79   ],
80   "swift_version": "5.9"