[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 5.25.0 / Braintree.podspec.json
blobe191ac94e521aa9b3018610d5f32768a6d783361
2   "name": "Braintree",
3   "version": "5.25.0",
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": "5.25.0"
15   },
16   "platforms": {
17     "ios": "12.0"
18   },
19   "compiler_flags": "-Wall -Werror -Wextra",
20   "swift_versions": "5.9",
21   "default_subspecs": [
22     "Core",
23     "Card",
24     "PayPal"
25   ],
26   "subspecs": [
27     {
28       "name": "AmericanExpress",
29       "source_files": "Sources/BraintreeAmericanExpress/**/*.{h,m}",
30       "public_header_files": "Sources/BraintreeAmericanExpress/Public/BraintreeAmericanExpress/*.h",
31       "dependencies": {
32         "Braintree/Core": [
34         ]
35       },
36       "resource_bundles": {
37         "BraintreeAmericanExpress_PrivacyInfo": "Sources/BraintreeAmericanExpress/PrivacyInfo.xcprivacy"
38       }
39     },
40     {
41       "name": "ApplePay",
42       "source_files": "Sources/BraintreeApplePay/**/*.{h,m}",
43       "public_header_files": "Sources/BraintreeApplePay/Public/BraintreeApplePay/*.h",
44       "dependencies": {
45         "Braintree/Core": [
47         ]
48       },
49       "resource_bundles": {
50         "BraintreeApplePay_PrivacyInfo": "Sources/BraintreeApplePay/PrivacyInfo.xcprivacy"
51       },
52       "frameworks": "PassKit"
53     },
54     {
55       "name": "Card",
56       "source_files": "Sources/BraintreeCard/**/*.{h,m}",
57       "public_header_files": "Sources/BraintreeCard/Public/BraintreeCard/*.h",
58       "dependencies": {
59         "Braintree/Core": [
61         ]
62       },
63       "resource_bundles": {
64         "BraintreeCard_PrivacyInfo": "Sources/BraintreeCard/PrivacyInfo.xcprivacy"
65       }
66     },
67     {
68       "name": "Core",
69       "source_files": "Sources/BraintreeCore/**/*.{h,m}",
70       "public_header_files": "Sources/BraintreeCore/Public/BraintreeCore/*.h",
71       "resource_bundles": {
72         "BraintreeCore_PrivacyInfo": "Sources/BraintreeCore/PrivacyInfo.xcprivacy"
73       }
74     },
75     {
76       "name": "DataCollector",
77       "source_files": "Sources/BraintreeDataCollector/**/*.{h,m}",
78       "public_header_files": "Sources/BraintreeDataCollector/Public/BraintreeDataCollector/*.h",
79       "vendored_frameworks": "Frameworks/XCFrameworks/KountDataCollector.xcframework",
80       "dependencies": {
81         "Braintree/Core": [
83         ]
84       },
85       "resource_bundles": {
86         "BraintreeDataCollector_PrivacyInfo": "Sources/BraintreeDataCollector/PrivacyInfo.xcprivacy"
87       }
88     },
89     {
90       "name": "PaymentFlow",
91       "source_files": "Sources/BraintreePaymentFlow/**/*.{h,m}",
92       "public_header_files": "Sources/BraintreePaymentFlow/Public/BraintreePaymentFlow/*.h",
93       "dependencies": {
94         "Braintree/Core": [
96         ],
97         "Braintree/PayPalDataCollector": [
99         ]
100       },
101       "resource_bundles": {
102         "BraintreePaymentFlow_PrivacyInfo": "Sources/BraintreePaymentFlow/PrivacyInfo.xcprivacy"
103       }
104     },
105     {
106       "name": "PayPal",
107       "source_files": "Sources/BraintreePayPal/**/*.{h,m}",
108       "public_header_files": "Sources/BraintreePayPal/Public/BraintreePayPal/*.h",
109       "dependencies": {
110         "Braintree/Core": [
112         ],
113         "Braintree/PayPalDataCollector": [
115         ]
116       },
117       "resource_bundles": {
118         "BraintreePayPal_PrivacyInfo": "Sources/BraintreePayPal/PrivacyInfo.xcprivacy"
119       }
120     },
121     {
122       "name": "SEPADirectDebit",
123       "source_files": "Sources/BraintreeSEPADirectDebit/*.swift",
124       "dependencies": {
125         "Braintree/Core": [
127         ]
128       },
129       "resource_bundles": {
130         "BraintreeSEPADirectDebit_PrivacyInfo": "Sources/BraintreeSEPADirectDebit/PrivacyInfo.xcprivacy"
131       }
132     },
133     {
134       "name": "PayPalDataCollector",
135       "source_files": "Sources/PayPalDataCollector/**/*.{swift}",
136       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework",
137       "resource_bundles": {
138         "PayPalDataCollector_PrivacyInfo": "Sources/PayPalDataCollector/PrivacyInfo.xcprivacy"
139       }
140     },
141     {
142       "name": "PayPalNativeCheckout",
143       "source_files": "Sources/BraintreePayPalNativeCheckout/*.swift",
144       "dependencies": {
145         "Braintree/Core": [
147         ],
148         "Braintree/PayPal": [
150         ],
151         "PayPalCheckout": [
152           "0.110.0"
153         ]
154       },
155       "resource_bundles": {
156         "BraintreePayPalNativeCheckout_PrivacyInfo": "Sources/BraintreePayPalNativeCheckout/PrivacyInfo.xcprivacy"
157       }
158     },
159     {
160       "name": "ThreeDSecure",
161       "source_files": "Sources/BraintreeThreeDSecure/**/*.{h,m}",
162       "public_header_files": "Sources/BraintreeThreeDSecure/Public/BraintreeThreeDSecure/*.h",
163       "dependencies": {
164         "Braintree/Card": [
166         ],
167         "Braintree/PaymentFlow": [
169         ]
170       },
171       "vendored_frameworks": "Frameworks/XCFrameworks/CardinalMobile.xcframework",
172       "resource_bundles": {
173         "BraintreeThreeDSecure_PrivacyInfo": "Sources/BraintreeThreeDSecure/PrivacyInfo.xcprivacy"
174       }
175     },
176     {
177       "name": "UnionPay",
178       "source_files": "Sources/BraintreeUnionPay/**/*.{h,m}",
179       "public_header_files": "Sources/BraintreeUnionPay/Public/BraintreeUnionPay/*.h",
180       "dependencies": {
181         "Braintree/Card": [
183         ]
184       },
185       "resource_bundles": {
186         "BraintreeUnionPay_PrivacyInfo": "Sources/BraintreeUnionPay/PrivacyInfo.xcprivacy"
187       }
188     },
189     {
190       "name": "Venmo",
191       "source_files": "Sources/BraintreeVenmo/**/*.{h,m}",
192       "public_header_files": "Sources/BraintreeVenmo/Public/BraintreeVenmo/*.h",
193       "dependencies": {
194         "Braintree/Core": [
196         ]
197       },
198       "resource_bundles": {
199         "BraintreeVenmo_PrivacyInfo": "Sources/BraintreeVenmo/PrivacyInfo.xcprivacy"
200       }
201     }
202   ],
203   "swift_version": "5.9"