blob: 820731653bebd2d01bff92b88480b54908be2da2 [file] [log] [blame]
{
"name": "BraintreeVisaCheckout",
"version": "2.0.1",
"summary": "Braintree Visa Checkout component for use with the Braintree iOS SDK",
"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.",
"homepage": "https://www.braintreepayments.com/how-braintree-works",
"documentation_url": "https://developers.braintreepayments.com/guides/visa-checkout/overview",
"license": "MIT",
"authors": {
"Braintree": "code@getbraintree.com"
},
"source": {
"git": "https://github.com/braintree/braintree-ios-visa-checkout.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/braintree",
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"compiler_flags": "-Wall -Werror -Wextra",
"source_files": [
"BraintreeVisaCheckout/**/*.{h,m}",
"VisaCheckout_IOS_SDK/VisaCheckoutButton{+Designable.h,+Designable.m,.swift}"
],
"public_header_files": [
"BraintreeVisaCheckout/Public/*.h",
"VisaCheckout_IOS_SDK/VisaCheckoutButton+Designable.h"
],
"vendored_frameworks": [
"VisaCheckout_IOS_SDK/VisaCheckoutSDK.framework",
"VisaCheckout_IOS_SDK/TrustDefender.framework"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/BraintreeVisaCheckout/VisaCheckout_IOS_SDK\""
},
"dependencies": {
"Braintree/Core": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}