[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 6.0.0-beta1 / Braintree.podspec.json
blobd6abdb0360293a528a60e1e199fd21a3c266c64c
2   "name": "Braintree",
3   "version": "6.0.0-beta1",
4   "summary": "Braintree iOS SDK: Helps you accept card and alternative payments in your iOS app.",
5   "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://developer.paypal.com/braintree/docs.",
6   "homepage": "https://developer.paypal.com/braintree",
7   "documentation_url": "https://developer.paypal.com/braintree/docs/start/hello-client",
8   "license": "MIT",
9   "authors": {
10     "Braintree": "team-bt-sdk@paypal.com"
11   },
12   "source": {
13     "git": "https://github.com/braintree/braintree_ios.git",
14     "tag": "6.0.0-beta1"
15   },
16   "platforms": {
17     "ios": "14.0"
18   },
19   "compiler_flags": "-Wall -Werror -Wextra",
20   "swift_versions": "5.7",
21   "default_subspecs": [
22     "Core",
23     "Card",
24     "PayPal"
25   ],
26   "subspecs": [
27     {
28       "name": "AmericanExpress",
29       "source_files": "Sources/BraintreeAmericanExpress/*.swift",
30       "dependencies": {
31         "Braintree/Core": [
33         ]
34       }
35     },
36     {
37       "name": "ApplePay",
38       "source_files": "Sources/BraintreeApplePay/**/*.{h,m}",
39       "public_header_files": "Sources/BraintreeApplePay/Public/BraintreeApplePay/*.h",
40       "dependencies": {
41         "Braintree/Core": [
43         ]
44       },
45       "frameworks": "PassKit"
46     },
47     {
48       "name": "Card",
49       "source_files": "Sources/BraintreeCard/**/*.{h,m}",
50       "public_header_files": "Sources/BraintreeCard/Public/BraintreeCard/*.h",
51       "dependencies": {
52         "Braintree/Core": [
54         ]
55       }
56     },
57     {
58       "name": "Core",
59       "source_files": "Sources/BraintreeCore/*.{swift,h}",
60       "public_header_files": "Sources/BraintreeCore/*.h"
61     },
62     {
63       "name": "DataCollector",
64       "source_files": "Sources/BraintreeDataCollector/*.swift",
65       "dependencies": {
66         "Braintree/Core": [
68         ]
69       },
70       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework"
71     },
72     {
73       "name": "PaymentFlow",
74       "source_files": "Sources/BraintreePaymentFlow/**/*.{h,m}",
75       "public_header_files": "Sources/BraintreePaymentFlow/Public/BraintreePaymentFlow/*.h",
76       "dependencies": {
77         "Braintree/Core": [
79         ],
80         "Braintree/DataCollector": [
82         ]
83       }
84     },
85     {
86       "name": "PayPal",
87       "source_files": "Sources/BraintreePayPal/**/*.{h,m}",
88       "public_header_files": "Sources/BraintreePayPal/Public/BraintreePayPal/*.h",
89       "dependencies": {
90         "Braintree/Core": [
92         ],
93         "Braintree/DataCollector": [
95         ]
96       }
97     },
98     {
99       "name": "SEPADirectDebit",
100       "source_files": "Sources/BraintreeSEPADirectDebit/*.swift",
101       "dependencies": {
102         "Braintree/Core": [
104         ]
105       }
106     },
107     {
108       "name": "PayPalNativeCheckout",
109       "source_files": "Sources/BraintreePayPalNativeCheckout/*.swift",
110       "dependencies": {
111         "Braintree/Core": [
113         ],
114         "Braintree/PayPal": [
116         ],
117         "PayPalCheckout": [
118           "0.108.0"
119         ]
120       }
121     },
122     {
123       "name": "ThreeDSecure",
124       "source_files": "Sources/BraintreeThreeDSecure/**/*.{h,m}",
125       "public_header_files": "Sources/BraintreeThreeDSecure/Public/BraintreeThreeDSecure/*.h",
126       "dependencies": {
127         "Braintree/Card": [
129         ],
130         "Braintree/PaymentFlow": [
132         ]
133       },
134       "vendored_frameworks": "Frameworks/XCFrameworks/CardinalMobile.xcframework"
135     },
136     {
137       "name": "UnionPay",
138       "source_files": "Sources/BraintreeUnionPay/**/*.{h,m}",
139       "public_header_files": "Sources/BraintreeUnionPay/Public/BraintreeUnionPay/*.h",
140       "dependencies": {
141         "Braintree/Card": [
143         ]
144       }
145     },
146     {
147       "name": "Venmo",
148       "source_files": "Sources/BraintreeVenmo/**/*.{h,m}",
149       "public_header_files": "Sources/BraintreeVenmo/Public/BraintreeVenmo/*.h",
150       "dependencies": {
151         "Braintree/Core": [
153         ]
154       }
155     }
156   ],
157   "swift_version": "5.7"