blob: cb0b9b9cf6e8b472ba2c54cb5e0bef1f20855b0a [file] [log] [blame]
{
"name": "Braintree",
"version": "3.4.2",
"summary": "Braintree v.zero SDK. Accept payments in your app",
"description": " Braintree is a full-stack payments platform for developers\n\n This CocoaPod will help you accept credit card and PayPal payments in your iOS app.\n\n Check out our development portal at https://developers.braintreepayments.com.\n",
"homepage": "https://www.braintreepayments.com/v.zero",
"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.git",
"tag": "3.4.2"
},
"social_media_url": "https://twitter.com/braintree",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Braintree/*.{m,h}",
"compiler_flags": "-Wall -Werror -Wextra",
"xcconfig": {
"GCC_TREAT_WARNINGS_AS_ERRORS": "YES"
},
"default_subspecs": [
"Drop-In",
"API",
"PayPal",
"Venmo",
"UI",
"Payments"
],
"subspecs": [
{
"name": "Drop-In",
"source_files": "Braintree/Drop-In/**/*.{h,m}",
"dependencies": {
"Braintree/API": [
],
"Braintree/PayPal": [
],
"Braintree/UI": [
],
"Braintree/Venmo": [
],
"Braintree/Payments": [
]
},
"resource_bundles": {
"Braintree-Drop-In-Localization": "Braintree/Drop-In/Localization/*.lproj"
}
},
{
"name": "API",
"source_files": "Braintree/API/**/*.{h,m}",
"public_header_files": "Braintree/API/@Public/*.h",
"weak_frameworks": "PassKit",
"frameworks": "AddressBook"
},
{
"name": "PayPal",
"source_files": "Braintree/PayPal/**/*.{h,m}",
"public_header_files": [
"Braintree/PayPal/@Public/**/*.h",
"Braintree/PayPal/mSDK/CardIO*.h"
],
"frameworks": [
"AVFoundation",
"CoreLocation",
"CoreMedia",
"AudioToolbox",
"MessageUI",
"SystemConfiguration",
"MobileCoreServices"
],
"vendored_libraries": "Braintree/PayPal/mSDK/libPayPalMobile.a",
"xcconfig": {
"GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
"OTHER_LDFLAGS": "-ObjC -lc++"
},
"dependencies": {
"Braintree/API": [
],
"Braintree/UI": [
]
}
},
{
"name": "Venmo",
"source_files": "Braintree/Venmo/**/*.{h,m}",
"compiler_flags": "-Wall -Wextra",
"dependencies": {
"Braintree/API": [
]
}
},
{
"name": "UI",
"source_files": "Braintree/UI/**/*.{h,m}",
"compiler_flags": "-Wall -Wextra",
"frameworks": "UIKit",
"resource_bundles": {
"Braintree-UI-Localization": "Braintree/UI/Localization/*.lproj"
},
"dependencies": {
"Braintree/API": [
]
}
},
{
"name": "Data",
"source_files": "Braintree/Data/**/*.{h,m}",
"vendored_libraries": "Braintree/Data/libDeviceCollectorLibrary.a",
"frameworks": [
"UIKit",
"SystemConfiguration"
],
"dependencies": {
"Braintree/PayPal": [
],
"Braintree/API": [
]
}
},
{
"name": "Payments",
"source_files": "Braintree/Payments/**/*.{h,m}",
"public_header_files": "Braintree/Payments/Public/*.h",
"frameworks": "UIKit",
"dependencies": {
"Braintree/API": [
],
"Braintree/PayPal": [
],
"Braintree/Venmo": [
]
}
}
]
}