[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 9 / 7 / BraintreeVisaCheckout / 2.0.0 / BraintreeVisaCheckout.podspec.json
blob1ff7b4623fc4d09a8cad924835a6d6892ab7d864
2   "name": "BraintreeVisaCheckout",
3   "version": "2.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": "2.0.0"
15   },
16   "social_media_url": "https://twitter.com/braintree",
17   "platforms": {
18     "ios": "9.3"
19   },
20   "requires_arc": true,
21   "compiler_flags": "-Wall -Werror -Wextra",
22   "source_files": [
23     "BraintreeVisaCheckout/**/*.{h,m}",
24     "VisaCheckout_IOS_SDK/VisaCheckoutButton{+Designable.h,+Designable.m,.swift}"
25   ],
26   "public_header_files": [
27     "BraintreeVisaCheckout/Public/*.h",
28     "VisaCheckout_IOS_SDK/VisaCheckoutButton+Designable.h"
29   ],
30   "vendored_frameworks": [
31     "VisaCheckout_IOS_SDK/VisaCheckoutSDK.framework",
32     "VisaCheckout_IOS_SDK/TrustDefender.framework"
33   ],
34   "xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/BraintreeVisaCheckout/VisaCheckout_IOS_SDK\""
36   },
37   "dependencies": {
38     "Braintree/Core": [
39       "~> 4.0"
40     ]
41   },
42   "pushed_with_swift_version": "3.0"