[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 9 / 7 / BraintreeVisaCheckout / 5.0.0 / BraintreeVisaCheckout.podspec.json
blobd02c1dab22a14c879fd3b73a578c205d0a725399
2   "name": "BraintreeVisaCheckout",
3   "version": "5.0.0",
4   "summary": "Braintree Visa Checkout component for use with the Braintree iOS SDK",
5   "description": "Braintree is a full-stack payments platform for developers\n\nThis CocoaPod will help you accept Visa Checkout 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/guides/visa-checkout/overview",
8   "license": "MIT",
9   "authors": {
10     "Braintree": "code@getbraintree.com"
11   },
12   "source": {
13     "git": "https://github.com/braintree/braintree-ios-visa-checkout.git",
14     "tag": "5.0.0"
15   },
16   "platforms": {
17     "ios": "12.0"
18   },
19   "requires_arc": true,
20   "compiler_flags": "-Wall -Werror -Wextra",
21   "source_files": "BraintreeVisaCheckout/**/*.{h,m}",
22   "public_header_files": "BraintreeVisaCheckout/Public/*.h",
23   "vendored_frameworks": "Frameworks/VisaCheckoutSDK.framework",
24   "dependencies": {
25     "Braintree/Core": [
26       "~> 4.0"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   }