[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 5.9.0 / Braintree.podspec.json
bloba893c56222e5b1f532f68c393015f2dddbb4b716
2   "name": "Braintree",
3   "version": "5.9.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.9.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": "PayPalDataCollector",
102       "source_files": "Sources/PayPalDataCollector/**/*.{swift}",
103       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework"
104     },
105     {
106       "name": "ThreeDSecure",
107       "source_files": "Sources/BraintreeThreeDSecure/**/*.{h,m}",
108       "public_header_files": "Sources/BraintreeThreeDSecure/Public/BraintreeThreeDSecure/*.h",
109       "dependencies": {
110         "Braintree/Card": [
112         ],
113         "Braintree/PaymentFlow": [
115         ]
116       },
117       "vendored_frameworks": "Frameworks/XCFrameworks/CardinalMobile.xcframework"
118     },
119     {
120       "name": "UnionPay",
121       "source_files": "Sources/BraintreeUnionPay/**/*.{h,m}",
122       "public_header_files": "Sources/BraintreeUnionPay/Public/BraintreeUnionPay/*.h",
123       "dependencies": {
124         "Braintree/Card": [
126         ]
127       }
128     },
129     {
130       "name": "Venmo",
131       "source_files": "Sources/BraintreeVenmo/**/*.{h,m}",
132       "public_header_files": "Sources/BraintreeVenmo/Public/BraintreeVenmo/*.h",
133       "dependencies": {
134         "Braintree/Core": [
136         ]
137       }
138     }
139   ],
140   "swift_version": "5.1"