blob: 61c98bd99254bd6dc5805e8df9c0190a635bcb14 [file] [log] [blame]
{
"name": "Braintree",
"version": "5.4.3",
"summary": "Braintree iOS SDK: Helps you accept card and alternative payments in your iOS app.",
"description": "Braintree is a full-stack payments platform for developers\n\nThis CocoaPod will help you accept payments in your iOS app.\n\nCheck out our development portal at https://developers.braintreepayments.com.",
"homepage": "https://developer.paypal.com/braintree",
"documentation_url": "https://developer.paypal.com/braintree/docs/start/hello-client",
"license": "MIT",
"authors": {
"Braintree": "code@getbraintree.com"
},
"source": {
"git": "https://github.com/braintree/braintree_ios.git",
"tag": "5.4.3"
},
"platforms": {
"ios": "12.0"
},
"compiler_flags": "-Wall -Werror -Wextra",
"swift_versions": "5.1",
"default_subspecs": [
"Core",
"Card",
"PayPal"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"subspecs": [
{
"name": "AmericanExpress",
"source_files": "Sources/BraintreeAmericanExpress/**/*.{h,m}",
"public_header_files": "Sources/BraintreeAmericanExpress/Public/BraintreeAmericanExpress/*.h",
"dependencies": {
"Braintree/Core": [
]
}
},
{
"name": "ApplePay",
"source_files": "Sources/BraintreeApplePay/**/*.{h,m}",
"public_header_files": "Sources/BraintreeApplePay/Public/BraintreeApplePay/*.h",
"dependencies": {
"Braintree/Core": [
]
},
"frameworks": "PassKit"
},
{
"name": "Card",
"source_files": "Sources/BraintreeCard/**/*.{h,m}",
"public_header_files": "Sources/BraintreeCard/Public/BraintreeCard/*.h",
"dependencies": {
"Braintree/Core": [
]
}
},
{
"name": "Core",
"source_files": "Sources/BraintreeCore/**/*.{h,m}",
"public_header_files": "Sources/BraintreeCore/Public/BraintreeCore/*.h"
},
{
"name": "DataCollector",
"source_files": "Sources/BraintreeDataCollector/**/*.{h,m}",
"public_header_files": "Sources/BraintreeDataCollector/Public/BraintreeDataCollector/*.h",
"vendored_frameworks": "Frameworks/KountDataCollector.xcframework",
"dependencies": {
"Braintree/Core": [
]
}
},
{
"name": "PaymentFlow",
"source_files": "Sources/BraintreePaymentFlow/**/*.{h,m}",
"public_header_files": "Sources/BraintreePaymentFlow/Public/BraintreePaymentFlow/*.h",
"dependencies": {
"Braintree/Core": [
],
"Braintree/PayPalDataCollector": [
]
}
},
{
"name": "PayPal",
"source_files": "Sources/BraintreePayPal/**/*.{h,m}",
"public_header_files": "Sources/BraintreePayPal/Public/BraintreePayPal/*.h",
"dependencies": {
"Braintree/Core": [
],
"Braintree/PayPalDataCollector": [
]
}
},
{
"name": "PayPalDataCollector",
"source_files": "Sources/PayPalDataCollector/**/*.{swift}",
"vendored_frameworks": "Frameworks/PPRiskMagnes.xcframework"
},
{
"name": "ThreeDSecure",
"source_files": "Sources/BraintreeThreeDSecure/**/*.{h,m}",
"public_header_files": "Sources/BraintreeThreeDSecure/Public/BraintreeThreeDSecure/*.h",
"dependencies": {
"Braintree/Card": [
],
"Braintree/PaymentFlow": [
]
},
"vendored_frameworks": "Frameworks/CardinalMobile.xcframework"
},
{
"name": "UnionPay",
"source_files": "Sources/BraintreeUnionPay/**/*.{h,m}",
"public_header_files": "Sources/BraintreeUnionPay/Public/BraintreeUnionPay/*.h",
"dependencies": {
"Braintree/Card": [
]
}
},
{
"name": "Venmo",
"source_files": "Sources/BraintreeVenmo/**/*.{h,m}",
"public_header_files": "Sources/BraintreeVenmo/Public/BraintreeVenmo/*.h",
"dependencies": {
"Braintree/Core": [
]
}
}
],
"swift_version": "5.1"
}