[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 5.3.1 / Braintree.podspec.json
blobc5934b53fc47feaafbf103734add5b01d7a0afb3
2   "name": "Braintree",
3   "version": "5.3.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://developers.braintreepayments.com.",
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": "code@getbraintree.com"
11   },
12   "source": {
13     "git": "https://github.com/braintree/braintree_ios.git",
14     "tag": "5.3.1"
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   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "subspecs": [
33     {
34       "name": "AmericanExpress",
35       "source_files": "Sources/BraintreeAmericanExpress/**/*.{h,m}",
36       "public_header_files": "Sources/BraintreeAmericanExpress/Public/BraintreeAmericanExpress/*.h",
37       "dependencies": {
38         "Braintree/Core": [
40         ]
41       }
42     },
43     {
44       "name": "ApplePay",
45       "source_files": "Sources/BraintreeApplePay/**/*.{h,m}",
46       "public_header_files": "Sources/BraintreeApplePay/Public/BraintreeApplePay/*.h",
47       "dependencies": {
48         "Braintree/Core": [
50         ]
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     },
64     {
65       "name": "Core",
66       "source_files": "Sources/BraintreeCore/**/*.{h,m}",
67       "public_header_files": "Sources/BraintreeCore/Public/BraintreeCore/*.h"
68     },
69     {
70       "name": "DataCollector",
71       "source_files": "Sources/BraintreeDataCollector/**/*.{h,m}",
72       "public_header_files": "Sources/BraintreeDataCollector/Public/BraintreeDataCollector/*.h",
73       "vendored_frameworks": "Frameworks/KountDataCollector.xcframework",
74       "dependencies": {
75         "Braintree/Core": [
77         ]
78       }
79     },
80     {
81       "name": "PaymentFlow",
82       "source_files": "Sources/BraintreePaymentFlow/**/*.{h,m}",
83       "public_header_files": "Sources/BraintreePaymentFlow/Public/BraintreePaymentFlow/*.h",
84       "dependencies": {
85         "Braintree/Core": [
87         ],
88         "Braintree/PayPalDataCollector": [
90         ]
91       }
92     },
93     {
94       "name": "PayPal",
95       "source_files": "Sources/BraintreePayPal/**/*.{h,m}",
96       "public_header_files": "Sources/BraintreePayPal/Public/BraintreePayPal/*.h",
97       "dependencies": {
98         "Braintree/Core": [
100         ],
101         "Braintree/PayPalDataCollector": [
103         ]
104       }
105     },
106     {
107       "name": "PayPalDataCollector",
108       "source_files": "Sources/PayPalDataCollector/**/*.{swift}",
109       "vendored_frameworks": "Frameworks/PPRiskMagnes.xcframework"
110     },
111     {
112       "name": "ThreeDSecure",
113       "source_files": "Sources/BraintreeThreeDSecure/**/*.{h,m}",
114       "public_header_files": "Sources/BraintreeThreeDSecure/Public/BraintreeThreeDSecure/*.h",
115       "dependencies": {
116         "Braintree/Card": [
118         ],
119         "Braintree/PaymentFlow": [
121         ]
122       },
123       "vendored_frameworks": "Frameworks/CardinalMobile.xcframework"
124     },
125     {
126       "name": "UnionPay",
127       "source_files": "Sources/BraintreeUnionPay/**/*.{h,m}",
128       "public_header_files": "Sources/BraintreeUnionPay/Public/BraintreeUnionPay/*.h",
129       "dependencies": {
130         "Braintree/Card": [
132         ]
133       }
134     },
135     {
136       "name": "Venmo",
137       "source_files": "Sources/BraintreeVenmo/**/*.{h,m}",
138       "public_header_files": "Sources/BraintreeVenmo/Public/BraintreeVenmo/*.h",
139       "dependencies": {
140         "Braintree/Core": [
142         ]
143       }
144     }
145   ],
146   "swift_version": "5.1"