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": "PayPalNativePayments",
34 "source_files": "Sources/PayPalNativePayments/**/*.swift",
36 "PayPal/CorePayments": [
44 "PayPalNativePayments_PrivacyInfo": "Sources/PayPalNativePayments/PrivacyInfo.xcprivacy"
48 "name": "PaymentButtons",
49 "source_files": "Sources/PaymentButtons/*.swift",
51 "PayPal/CorePayments": [
57 "Sources/PaymentButtons/*.xcassets"
59 "PaymentButtons_PrivacyInfo": "Sources/PaymentButtons/PrivacyInfo.xcprivacy"
63 "name": "PayPalWebPayments",
64 "source_files": "Sources/PayPalWebPayments/*.swift",
66 "PayPal/CorePayments": [
71 "PayPalWebPayments_PrivacyInfo": "Sources/PayPalWebPayments/PrivacyInfo.xcprivacy"
75 "name": "FraudProtection",
76 "source_files": "Sources/FraudProtection/*.swift",
78 "PayPal/CorePayments": [
82 "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework",
84 "FraudProtection_PrivacyInfo": "Sources/FraudProtection/PrivacyInfo.xcprivacy"
88 "name": "CorePayments",
89 "source_files": "Sources/CorePayments/**/*.swift",
91 "CorePayments_PrivacyInfo": "Sources/CorePayments/PrivacyInfo.xcprivacy"
95 "swift_version": "5.9"