[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 5.16.0 / Braintree.podspec.json
blob32ad78bfae7e067da1f9aa6fd57678d54efba40d
2   "name": "Braintree",
3   "version": "5.16.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.16.0"
15   },
16   "platforms": {
17     "ios": "12.0"
18   },
19   "compiler_flags": "-Wall -Werror -Wextra",
20   "swift_versions": "5.1",
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     },
37     {
38       "name": "ApplePay",
39       "source_files": "Sources/BraintreeApplePay/**/*.{h,m}",
40       "public_header_files": "Sources/BraintreeApplePay/Public/BraintreeApplePay/*.h",
41       "dependencies": {
42         "Braintree/Core": [
44         ]
45       },
46       "frameworks": "PassKit"
47     },
48     {
49       "name": "Card",
50       "source_files": "Sources/BraintreeCard/**/*.{h,m}",
51       "public_header_files": "Sources/BraintreeCard/Public/BraintreeCard/*.h",
52       "dependencies": {
53         "Braintree/Core": [
55         ]
56       }
57     },
58     {
59       "name": "Core",
60       "source_files": "Sources/BraintreeCore/**/*.{h,m}",
61       "public_header_files": "Sources/BraintreeCore/Public/BraintreeCore/*.h"
62     },
63     {
64       "name": "DataCollector",
65       "source_files": "Sources/BraintreeDataCollector/**/*.{h,m}",
66       "public_header_files": "Sources/BraintreeDataCollector/Public/BraintreeDataCollector/*.h",
67       "vendored_frameworks": "Frameworks/XCFrameworks/KountDataCollector.xcframework",
68       "dependencies": {
69         "Braintree/Core": [
71         ]
72       }
73     },
74     {
75       "name": "PaymentFlow",
76       "source_files": "Sources/BraintreePaymentFlow/**/*.{h,m}",
77       "public_header_files": "Sources/BraintreePaymentFlow/Public/BraintreePaymentFlow/*.h",
78       "dependencies": {
79         "Braintree/Core": [
81         ],
82         "Braintree/PayPalDataCollector": [
84         ]
85       }
86     },
87     {
88       "name": "PayPal",
89       "source_files": "Sources/BraintreePayPal/**/*.{h,m}",
90       "public_header_files": "Sources/BraintreePayPal/Public/BraintreePayPal/*.h",
91       "dependencies": {
92         "Braintree/Core": [
94         ],
95         "Braintree/PayPalDataCollector": [
97         ]
98       }
99     },
100     {
101       "name": "SEPADirectDebit",
102       "source_files": "Sources/BraintreeSEPADirectDebit/*.swift",
103       "dependencies": {
104         "Braintree/Core": [
106         ]
107       }
108     },
109     {
110       "name": "PayPalDataCollector",
111       "source_files": "Sources/PayPalDataCollector/**/*.{swift}",
112       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework"
113     },
114     {
115       "name": "PayPalNativeCheckout",
116       "source_files": "Sources/BraintreePayPalNativeCheckout/*.swift",
117       "dependencies": {
118         "Braintree/Core": [
120         ],
121         "Braintree/PayPal": [
123         ],
124         "PayPalCheckout": [
125           "0.108.0"
126         ]
127       }
128     },
129     {
130       "name": "ThreeDSecure",
131       "source_files": "Sources/BraintreeThreeDSecure/**/*.{h,m}",
132       "public_header_files": "Sources/BraintreeThreeDSecure/Public/BraintreeThreeDSecure/*.h",
133       "dependencies": {
134         "Braintree/Card": [
136         ],
137         "Braintree/PaymentFlow": [
139         ]
140       },
141       "vendored_frameworks": "Frameworks/XCFrameworks/CardinalMobile.xcframework"
142     },
143     {
144       "name": "UnionPay",
145       "source_files": "Sources/BraintreeUnionPay/**/*.{h,m}",
146       "public_header_files": "Sources/BraintreeUnionPay/Public/BraintreeUnionPay/*.h",
147       "dependencies": {
148         "Braintree/Card": [
150         ]
151       }
152     },
153     {
154       "name": "Venmo",
155       "source_files": "Sources/BraintreeVenmo/**/*.{h,m}",
156       "public_header_files": "Sources/BraintreeVenmo/Public/BraintreeVenmo/*.h",
157       "dependencies": {
158         "Braintree/Core": [
160         ]
161       }
162     }
163   ],
164   "swift_version": "5.1"