[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 6.0.0-beta2 / Braintree.podspec.json
blobdbc26ead01c42307478dbafac8a8a3a740fef011
2   "name": "Braintree",
3   "version": "6.0.0-beta2",
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-beta2"
15   },
16   "platforms": {
17     "ios": "14.0"
18   },
19   "compiler_flags": "-Wall -Werror -Wextra",
20   "swift_versions": "5.7",
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/**/*.{h,m}",
39       "public_header_files": "Sources/BraintreeApplePay/Public/BraintreeApplePay/*.h",
40       "dependencies": {
41         "Braintree/Core": [
43         ]
44       },
45       "frameworks": "PassKit"
46     },
47     {
48       "name": "Card",
49       "source_files": "Sources/BraintreeCard/**/*.{h,m}",
50       "public_header_files": "Sources/BraintreeCard/Public/BraintreeCard/*.h",
51       "dependencies": {
52         "Braintree/Core": [
54         ]
55       }
56     },
57     {
58       "name": "Core",
59       "source_files": "Sources/BraintreeCore/*.{swift,h}",
60       "public_header_files": "Sources/BraintreeCore/*.h"
61     },
62     {
63       "name": "DataCollector",
64       "source_files": "Sources/BraintreeDataCollector/*.swift",
65       "dependencies": {
66         "Braintree/Core": [
68         ]
69       },
70       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework"
71     },
72     {
73       "name": "PaymentFlow",
74       "source_files": "Sources/BraintreePaymentFlow/**/*.{h,m}",
75       "public_header_files": "Sources/BraintreePaymentFlow/Public/BraintreePaymentFlow/*.h",
76       "dependencies": {
77         "Braintree/Core": [
79         ],
80         "Braintree/DataCollector": [
82         ]
83       }
84     },
85     {
86       "name": "PayPal",
87       "source_files": "Sources/BraintreePayPal/**/*.swift",
88       "dependencies": {
89         "Braintree/Core": [
91         ],
92         "Braintree/DataCollector": [
94         ]
95       }
96     },
97     {
98       "name": "SEPADirectDebit",
99       "source_files": "Sources/BraintreeSEPADirectDebit/*.swift",
100       "dependencies": {
101         "Braintree/Core": [
103         ]
104       }
105     },
106     {
107       "name": "PayPalNativeCheckout",
108       "source_files": "Sources/BraintreePayPalNativeCheckout/*.swift",
109       "dependencies": {
110         "Braintree/Core": [
112         ],
113         "Braintree/PayPal": [
115         ],
116         "PayPalCheckout": [
117           "0.110.0"
118         ]
119       }
120     },
121     {
122       "name": "ThreeDSecure",
123       "source_files": "Sources/BraintreeThreeDSecure/**/*.{h,m}",
124       "public_header_files": "Sources/BraintreeThreeDSecure/Public/BraintreeThreeDSecure/*.h",
125       "dependencies": {
126         "Braintree/Card": [
128         ],
129         "Braintree/PaymentFlow": [
131         ]
132       },
133       "vendored_frameworks": "Frameworks/XCFrameworks/CardinalMobile.xcframework"
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.7"