blob: 03a13dcae76a352cf2073afb072980a721b10f17 [file] [log] [blame]
{
"name": "BraintreeDropIn",
"version": "6.5.0",
"summary": "Braintree v.zero: A modern foundation for accepting payments",
"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.",
"homepage": "https://www.braintreepayments.com/how-braintree-works",
"documentation_url": "https://developers.braintreepayments.com/ios/start/hello-client",
"screenshots": "https://raw.githubusercontent.com/braintree/braintree_ios/master/screenshot.png",
"license": "MIT",
"authors": {
"Braintree": "code@getbraintree.com"
},
"source": {
"git": "https://github.com/braintree/braintree-ios-drop-in.git",
"tag": "6.5.0"
},
"social_media_url": "https://twitter.com/braintree",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"compiler_flags": "-Wall -Werror -Wextra",
"default_subspecs": [
"DropIn"
],
"subspecs": [
{
"name": "DropIn",
"source_files": "BraintreeDropIn/**/*.{h,m}",
"public_header_files": "BraintreeDropIn/Public/*.h",
"frameworks": "UIKit",
"dependencies": {
"Braintree/Card": [
"~> 4.17"
],
"Braintree/Core": [
"~> 4.17"
],
"Braintree/UnionPay": [
"~> 4.17"
],
"Braintree/PaymentFlow": [
"~> 4.17"
],
"BraintreeDropIn/UIKit": [
]
}
},
{
"name": "UIKit",
"source_files": "BraintreeUIKit/**/*.{h,m}",
"public_header_files": "BraintreeUIKit/Public/*.h",
"frameworks": "UIKit",
"resource_bundles": {
"Braintree-UIKit-Localization": [
"BraintreeUIKit/Localization/*.lproj"
]
}
}
]
}