[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 4 / f / BraintreeDropIn / 9.8.0 / BraintreeDropIn.podspec.json
blobe3792dd36f885576c930e185b4dba391d5d83a9b
2   "name": "BraintreeDropIn",
3   "version": "9.8.0",
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/master/Images/client-sdk-ios-series-light.png",
10     "https://github.com/braintree/braintree-ios-drop-in/raw/master/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.8.0"
19   },
20   "platforms": {
21     "ios": "12.0"
22   },
23   "requires_arc": true,
24   "compiler_flags": "-Wall -Werror -Wextra",
25   "swift_versions": "5.1",
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.19"
32     ],
33     "Braintree/Card": [
34       "~> 5.19"
35     ],
36     "Braintree/Core": [
37       "~> 5.19"
38     ],
39     "Braintree/UnionPay": [
40       "~> 5.19"
41     ],
42     "Braintree/PayPal": [
43       "~> 5.19"
44     ],
45     "Braintree/ThreeDSecure": [
46       "~> 5.19"
47     ],
48     "Braintree/Venmo": [
49       "~> 5.19"
50     ]
51   },
52   "resource_bundles": {
53     "BraintreeDropIn-Localization": [
54       "Sources/BraintreeDropIn/Resources/*.lproj"
55     ]
56   },
57   "swift_version": "5.1"