[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 6.15.0 / Braintree.podspec.json
blob622c59e6c6f623243d260c6571507ca455e57a02
2   "name": "Braintree",
3   "version": "6.15.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": "6.15.0"
15   },
16   "platforms": {
17     "ios": "14.0"
18   },
19   "compiler_flags": "-Wall -Werror -Wextra",
20   "swift_versions": "5.8",
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": "PayPalNativeCheckout",
129       "source_files": "Sources/BraintreePayPalNativeCheckout/*.swift",
130       "dependencies": {
131         "Braintree/Core": [
133         ],
134         "Braintree/PayPal": [
136         ],
137         "PayPalCheckout": [
138           "1.2.0"
139         ]
140       },
141       "resource_bundles": {
142         "BraintreePayPalNativeCheckout_PrivacyInfo": "Sources/BraintreePayPalNativeCheckout/PrivacyInfo.xcprivacy"
143       }
144     },
145     {
146       "name": "ThreeDSecure",
147       "source_files": "Sources/BraintreeThreeDSecure/**/*.{swift}",
148       "dependencies": {
149         "Braintree/Card": [
151         ]
152       },
153       "vendored_frameworks": "Frameworks/XCFrameworks/CardinalMobile.xcframework",
154       "resource_bundles": {
155         "BraintreeThreeDSecure_PrivacyInfo": "Sources/BraintreeThreeDSecure/PrivacyInfo.xcprivacy"
156       }
157     },
158     {
159       "name": "Venmo",
160       "source_files": "Sources/BraintreeVenmo/*.swift",
161       "dependencies": {
162         "Braintree/Core": [
164         ]
165       },
166       "resource_bundles": {
167         "BraintreeVenmo_PrivacyInfo": "Sources/BraintreeVenmo/PrivacyInfo.xcprivacy"
168       }
169     }
170   ],
171   "swift_version": "5.8"