blob: 3ce0eac368eb2f2a593a80cf2308a0b2483360af [file] [log] [blame]
{
"name": "Braintree",
"summary": "The Braintree API helps businesses accept payments online.",
"version": "2.1.1",
"license": "LICENSES",
"authors": {
"Braintree": "code@getbraintree.com"
},
"homepage": "https://braintreepayments.com/",
"source": {
"git": "https://github.com/braintree/braintree_ios.git",
"tag": "2.1.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"venmo-touch/VenmoTouch.framework/Headers/*.h",
"braintree/BTEncryption/*.{h,m}",
"braintree/BTPayment/*.{h,m}"
],
"preserve_paths": "venmo-touch/VenmoTouch.framework/*",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore",
"CoreGraphics",
"Security",
"VenmoTouch",
"CoreTelephony",
"AdSupport",
"CoreText"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Braintree/venmo-touch\""
},
"public_header_files": [
"venmo-touch/VenmoTouch.framework/Headers/*.h",
"braintree/BTEncryption/*.h",
"braintree/BTPayment/*.h"
],
"resources": [
"braintree/BraintreeResources.bundle",
"venmo-touch/VenmoTouchResources.bundle"
]
}