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",
8 "PayPal": "sdks@paypal.com"
11 "git": "https://github.com/paypal/paypal-ios.git",
14 "swift_versions": "5.9",
18 "compiler_flags": "-Wall -Werror -Wextra",
21 "name": "CardPayments",
22 "source_files": "Sources/CardPayments/**/*.swift",
24 "PayPal/CorePayments": [
29 "CardPayments_PrivacyInfo": "Sources/CardPayments/PrivacyInfo.xcprivacy"
33 "name": "PaymentButtons",
34 "source_files": "Sources/PaymentButtons/*.swift",
36 "PayPal/CorePayments": [
42 "Sources/PaymentButtons/*.xcassets"
44 "PaymentButtons_PrivacyInfo": "Sources/PaymentButtons/PrivacyInfo.xcprivacy"
48 "name": "PayPalWebPayments",
49 "source_files": "Sources/PayPalWebPayments/*.swift",
51 "PayPal/CorePayments": [
56 "PayPalWebPayments_PrivacyInfo": "Sources/PayPalWebPayments/PrivacyInfo.xcprivacy"
60 "name": "FraudProtection",
61 "source_files": "Sources/FraudProtection/*.swift",
63 "PayPal/CorePayments": [
67 "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework",
69 "FraudProtection_PrivacyInfo": "Sources/FraudProtection/PrivacyInfo.xcprivacy"
73 "name": "CorePayments",
74 "source_files": "Sources/CorePayments/**/*.swift",
76 "CorePayments_PrivacyInfo": "Sources/CorePayments/PrivacyInfo.xcprivacy"
80 "swift_version": "5.9"