blob: df29beab8450f018d859525b852d4693dcdbc07b [file] [log] [blame]
{
"name": "BraintreeVisaCheckout",
"version": "1.0.0",
"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": "1.0.0"
},
"social_media_url": "https://twitter.com/braintree",
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"compiler_flags": "-Wall -Werror -Wextra",
"source_files": "BraintreeVisaCheckout/**/*.{h,m}",
"public_header_files": "BraintreeVisaCheckout/Public/*.h",
"dependencies": {
"Braintree/Core": [
"~> 4.0"
]
}
}