[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / 4 / f / BraintreeDropIn / 9.0.0 / BraintreeDropIn.podspec.json
blob7a66a4d5cd75177e427930d5649a271232b85b89
2   "name": "BraintreeDropIn",
3   "version": "9.0.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://developers.braintreepayments.com.",
6   "homepage": "https://www.braintreepayments.com/how-braintree-works",
7   "documentation_url": "https://developers.braintreepayments.com/ios/start/hello-client",
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": "code@getbraintree.com"
15   },
16   "source": {
17     "git": "https://github.com/braintree/braintree-ios-drop-in.git",
18     "tag": "9.0.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.3"
32     ],
33     "Braintree/Card": [
34       "~> 5.3"
35     ],
36     "Braintree/Core": [
37       "~> 5.3"
38     ],
39     "Braintree/UnionPay": [
40       "~> 5.3"
41     ],
42     "Braintree/PayPal": [
43       "~> 5.3"
44     ],
45     "Braintree/ThreeDSecure": [
46       "~> 5.3"
47     ],
48     "Braintree/Venmo": [
49       "~> 5.3"
50     ]
51   },
52   "resource_bundles": {
53     "BraintreeDropIn-Localization": [
54       "Sources/BraintreeDropIn/Resources/*.lproj"
55     ]
56   },
57   "pod_target_xcconfig": {
58     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
59   },
60   "user_target_xcconfig": {
61     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
62   },
63   "swift_version": "5.1"