[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 6.23.1 / Braintree.podspec.json
blobc62d3b97a3c56f9c3eb5a1abd0e406cc1728b5ac
2   "name": "Braintree",
3   "version": "6.23.1",
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.23.1"
15   },
16   "platforms": {
17     "ios": "14.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/*.swift",
30       "dependencies": {
31         "Braintree/Core": [
33         ]
34       },
35       "resource_bundles": {
36         "BraintreeAmericanExpress_PrivacyInfo": "Sources/BraintreeAmericanExpress/PrivacyInfo.xcprivacy"
37       }
38     },
39     {
40       "name": "ApplePay",
41       "source_files": "Sources/BraintreeApplePay/*.swift",
42       "dependencies": {
43         "Braintree/Core": [
45         ]
46       },
47       "resource_bundles": {
48         "BraintreeApplePay_PrivacyInfo": "Sources/BraintreeApplePay/PrivacyInfo.xcprivacy"
49       },
50       "frameworks": "PassKit"
51     },
52     {
53       "name": "Card",
54       "source_files": "Sources/BraintreeCard/*.swift",
55       "dependencies": {
56         "Braintree/Core": [
58         ]
59       },
60       "resource_bundles": {
61         "BraintreeCard_PrivacyInfo": "Sources/BraintreeCard/PrivacyInfo.xcprivacy"
62       }
63     },
64     {
65       "name": "Core",
66       "source_files": "Sources/BraintreeCore/**/*.{swift,h}",
67       "public_header_files": "Sources/BraintreeCore/*.h",
68       "resource_bundles": {
69         "BraintreeCore_PrivacyInfo": "Sources/BraintreeCore/PrivacyInfo.xcprivacy"
70       }
71     },
72     {
73       "name": "DataCollector",
74       "source_files": "Sources/BraintreeDataCollector/*.swift",
75       "dependencies": {
76         "Braintree/Core": [
78         ]
79       },
80       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework",
81       "resource_bundles": {
82         "BraintreeDataCollector_PrivacyInfo": "Sources/BraintreeDataCollector/PrivacyInfo.xcprivacy"
83       }
84     },
85     {
86       "name": "LocalPayment",
87       "source_files": "Sources/BraintreeLocalPayment/*.swift",
88       "dependencies": {
89         "Braintree/Core": [
91         ],
92         "Braintree/DataCollector": [
94         ]
95       },
96       "resource_bundles": {
97         "BraintreeLocalPayment_PrivacyInfo": "Sources/BraintreeLocalPayment/PrivacyInfo.xcprivacy"
98       }
99     },
100     {
101       "name": "PayPal",
102       "source_files": "Sources/BraintreePayPal/**/*.swift",
103       "dependencies": {
104         "Braintree/Core": [
106         ],
107         "Braintree/DataCollector": [
109         ]
110       },
111       "resource_bundles": {
112         "BraintreePayPal_PrivacyInfo": "Sources/BraintreePayPal/PrivacyInfo.xcprivacy"
113       }
114     },
115     {
116       "name": "SEPADirectDebit",
117       "source_files": "Sources/BraintreeSEPADirectDebit/*.swift",
118       "dependencies": {
119         "Braintree/Core": [
121         ]
122       },
123       "resource_bundles": {
124         "BraintreeSEPADirectDebit_PrivacyInfo": "Sources/BraintreeSEPADirectDebit/PrivacyInfo.xcprivacy"
125       }
126     },
127     {
128       "name": "ShopperInsights",
129       "source_files": "Sources/BraintreeShopperInsights/*.swift",
130       "dependencies": {
131         "Braintree/Core": [
133         ]
134       },
135       "resource_bundles": {
136         "BraintreeShopperInsights_PrivacyInfo": "Sources/BraintreeShopperInsights/PrivacyInfo.xcprivacy"
137       }
138     },
139     {
140       "name": "PayPalNativeCheckout",
141       "source_files": "Sources/BraintreePayPalNativeCheckout/*.swift",
142       "dependencies": {
143         "Braintree/Core": [
145         ],
146         "Braintree/PayPal": [
148         ],
149         "PayPalCheckout": [
150           "1.3.0"
151         ]
152       },
153       "resource_bundles": {
154         "BraintreePayPalNativeCheckout_PrivacyInfo": "Sources/BraintreePayPalNativeCheckout/PrivacyInfo.xcprivacy"
155       }
156     },
157     {
158       "name": "PayPalMessaging",
159       "source_files": "Sources/BraintreePayPalMessaging/*.swift",
160       "dependencies": {
161         "Braintree/Core": [
163         ],
164         "PayPalMessages": [
165           "1.0.0"
166         ]
167       },
168       "resource_bundles": {
169         "BraintreePayPalMessaging_PrivacyInfo": "Sources/BraintreePayPalMessaging/PrivacyInfo.xcprivacy"
170       }
171     },
172     {
173       "name": "ThreeDSecure",
174       "source_files": "Sources/BraintreeThreeDSecure/**/*.{swift}",
175       "dependencies": {
176         "Braintree/Card": [
178         ]
179       },
180       "vendored_frameworks": "Frameworks/XCFrameworks/CardinalMobile.xcframework",
181       "resource_bundles": {
182         "BraintreeThreeDSecure_PrivacyInfo": "Sources/BraintreeThreeDSecure/PrivacyInfo.xcprivacy"
183       }
184     },
185     {
186       "name": "Venmo",
187       "source_files": "Sources/BraintreeVenmo/*.swift",
188       "dependencies": {
189         "Braintree/Core": [
191         ]
192       },
193       "resource_bundles": {
194         "BraintreeVenmo_PrivacyInfo": "Sources/BraintreeVenmo/PrivacyInfo.xcprivacy"
195       }
196     }
197   ],
198   "swift_version": "5.9"