[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 4 / f / BraintreeDropIn / 9.12.2 / BraintreeDropIn.podspec.json
blobd0a6f2b5c92a53f9b7eca4b64929ae15f7417d6e
2   "name": "BraintreeDropIn",
3   "version": "9.12.2",
4   "summary": "Braintree Drop-in SDK: A modern foundation for accepting payments",
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/docs",
7   "documentation_url": "https://developer.paypal.com/braintree/docs/start/hello-client/ios/v5",
8   "screenshots": [
9     "https://github.com/braintree/braintree-ios-drop-in/raw/main/Images/client-sdk-ios-series-light.png",
10     "https://github.com/braintree/braintree-ios-drop-in/raw/main/Images/client-sdk-ios-series-dark.png"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Braintree": "team-bt-sdk@paypal.com"
15   },
16   "source": {
17     "git": "https://github.com/braintree/braintree-ios-drop-in.git",
18     "tag": "9.12.2"
19   },
20   "platforms": {
21     "ios": "12.0"
22   },
23   "requires_arc": true,
24   "compiler_flags": "-Wall -Werror -Wextra",
25   "swift_versions": "5.9",
26   "source_files": "Sources/BraintreeDropIn/**/*.{h,m}",
27   "public_header_files": "Sources/BraintreeDropIn/Public/BraintreeDropIn/*.h",
28   "frameworks": "UIKit",
29   "dependencies": {
30     "Braintree/ApplePay": [
31       "~> 5.25"
32     ],
33     "Braintree/Card": [
34       "~> 5.25"
35     ],
36     "Braintree/Core": [
37       "~> 5.25"
38     ],
39     "Braintree/UnionPay": [
40       "~> 5.25"
41     ],
42     "Braintree/PayPal": [
43       "~> 5.25"
44     ],
45     "Braintree/ThreeDSecure": [
46       "~> 5.25"
47     ],
48     "Braintree/Venmo": [
49       "~> 5.25"
50     ]
51   },
52   "resource_bundles": {
53     "BraintreeDropIn-Localization": [
54       "Sources/BraintreeDropIn/Resources/*.lproj"
55     ],
56     "BraintreeDropIn_PrivacyInfo": [
57       "Sources/BraintreeDropIn/PrivacyInfo.xcprivacy"
58     ]
59   },
60   "swift_version": "5.9"