[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 6 / 4 / f / BraintreeDropIn / 9.0.2 / BraintreeDropIn.podspec.json
blob2ea68ab8387e781438b8bb75f7928585ad6d15ce
2   "name": "BraintreeDropIn",
3   "version": "9.0.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://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.2"
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       ">=5.3.2"
33     ],
34     "Braintree/Card": [
35       "~> 5.3",
36       ">=5.3.2"
37     ],
38     "Braintree/Core": [
39       "~> 5.3",
40       ">=5.3.2"
41     ],
42     "Braintree/UnionPay": [
43       "~> 5.3",
44       ">=5.3.2"
45     ],
46     "Braintree/PayPal": [
47       "~> 5.3",
48       ">=5.3.2"
49     ],
50     "Braintree/ThreeDSecure": [
51       "~> 5.3",
52       ">=5.3.2"
53     ],
54     "Braintree/Venmo": [
55       "~> 5.3",
56       ">=5.3.2"
57     ]
58   },
59   "resource_bundles": {
60     "BraintreeDropIn-Localization": [
61       "Sources/BraintreeDropIn/Resources/*.lproj"
62     ]
63   },
64   "pod_target_xcconfig": {
65     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
66   },
67   "user_target_xcconfig": {
68     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
69   },
70   "swift_version": "5.1"