[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 6.0.0 / Braintree.podspec.json
blob3d4d02f309f4103cd72cd40821d18e79d1ed564c
2   "name": "Braintree",
3   "version": "6.0.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.0.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     },
36     {
37       "name": "ApplePay",
38       "source_files": "Sources/BraintreeApplePay/*.swift",
39       "dependencies": {
40         "Braintree/Core": [
42         ]
43       },
44       "frameworks": "PassKit"
45     },
46     {
47       "name": "Card",
48       "source_files": "Sources/BraintreeCard/*.swift",
49       "dependencies": {
50         "Braintree/Core": [
52         ]
53       }
54     },
55     {
56       "name": "Core",
57       "source_files": "Sources/BraintreeCore/**/*.{swift,h}",
58       "public_header_files": "Sources/BraintreeCore/*.h"
59     },
60     {
61       "name": "DataCollector",
62       "source_files": "Sources/BraintreeDataCollector/*.swift",
63       "dependencies": {
64         "Braintree/Core": [
66         ]
67       },
68       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework"
69     },
70     {
71       "name": "LocalPayment",
72       "source_files": "Sources/BraintreeLocalPayment/*.swift",
73       "dependencies": {
74         "Braintree/Core": [
76         ],
77         "Braintree/DataCollector": [
79         ]
80       }
81     },
82     {
83       "name": "PayPal",
84       "source_files": "Sources/BraintreePayPal/**/*.swift",
85       "dependencies": {
86         "Braintree/Core": [
88         ],
89         "Braintree/DataCollector": [
91         ]
92       }
93     },
94     {
95       "name": "SEPADirectDebit",
96       "source_files": "Sources/BraintreeSEPADirectDebit/*.swift",
97       "dependencies": {
98         "Braintree/Core": [
100         ]
101       }
102     },
103     {
104       "name": "PayPalNativeCheckout",
105       "source_files": "Sources/BraintreePayPalNativeCheckout/*.swift",
106       "dependencies": {
107         "Braintree/Core": [
109         ],
110         "Braintree/PayPal": [
112         ],
113         "PayPalCheckout": [
114           "0.110.0"
115         ]
116       }
117     },
118     {
119       "name": "ThreeDSecure",
120       "source_files": "Sources/BraintreeThreeDSecure/**/*.{swift}",
121       "dependencies": {
122         "Braintree/Card": [
124         ]
125       },
126       "vendored_frameworks": "Frameworks/XCFrameworks/CardinalMobile.xcframework"
127     },
128     {
129       "name": "Venmo",
130       "source_files": "Sources/BraintreeVenmo/*.swift",
131       "dependencies": {
132         "Braintree/Core": [
134         ]
135       }
136     }
137   ],
138   "swift_version": "5.8"