4 "summary": "Braintree v.zero: A modern foundation for accepting payments",
5 "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.",
6 "homepage": "https://www.braintreepayments.com/v.zero",
7 "documentation_url": "https://developers.braintreepayments.com/ios/start/hello-client",
8 "screenshots": "https://raw.githubusercontent.com/braintree/braintree_ios/master/screenshot.png",
11 "Braintree": "code@getbraintree.com"
14 "git": "https://github.com/braintree/braintree_ios.git",
17 "social_media_url": "https://twitter.com/braintree",
22 "compiler_flags": "-Wall -Werror -Wextra",
32 "source_files": "BraintreeCore/**/*.{h,m}",
33 "public_header_files": "BraintreeCore/Public/*.h",
34 "frameworks": "AddressBook",
35 "weak_frameworks": "Contacts"
39 "source_files": "BraintreeApplePay/**/*.{h,m}",
40 "public_header_files": "BraintreeApplePay/Public/*.h",
46 "frameworks": "PassKit"
50 "source_files": "BraintreeCard/**/*.{h,m}",
51 "public_header_files": "BraintreeCard/Public/*.h",
59 "name": "DataCollector",
60 "source_files": "BraintreeDataCollector/**/*.{h,m}",
61 "public_header_files": "BraintreeDataCollector/Public/*.h",
62 "vendored_libraries": "BraintreeDataCollector/Kount/libDeviceCollectorLibrary.a"
67 "BraintreePayPal/*.{h,m}",
68 "BraintreePayPal/Public/*.h"
70 "public_header_files": "BraintreePayPal/Public/*.h",
75 "Braintree/PayPalOneTouch": [
82 "source_files": "BraintreeVenmo/**/*.{h,m}",
83 "public_header_files": "BraintreeVenmo/Public/*.h",
88 "Braintree/PayPalDataCollector": [
95 "source_files": "BraintreeUI/**/*.{h,m}",
96 "public_header_files": "BraintreeUI/Public/*.h",
97 "frameworks": "UIKit",
99 "Braintree-UI-Localization": [
100 "BraintreeUI/Localization/*.lproj"
102 "Braintree-Drop-In-Localization": [
103 "BraintreeUI/Drop-In/Localization/*.lproj"
117 "source_files": "Braintree3DSecure/**/*.{h,m}",
118 "public_header_files": "Braintree3DSecure/Public/*.h",
119 "frameworks": "UIKit",
128 "resource_bundles": {
129 "Braintree-3D-Secure-Localization": "Braintree3DSecure/Localization/*.lproj"
133 "name": "PayPalOneTouch",
134 "source_files": "BraintreePayPal/PayPalOneTouch/**/*.{h,m}",
135 "public_header_files": "BraintreePayPal/PayPalOneTouch/Public/*.h",
136 "frameworks": "UIKit",
137 "weak_frameworks": "SafariServices",
139 "OTHER_LDFLAGS": "-ObjC -lc++"
145 "Braintree/PayPalDataCollector": [
151 "name": "PayPalDataCollector",
153 "BraintreePayPal/PayPalDataCollector/**/*.{h,m}",
154 "BraintreePayPal/PayPalUtils/**/*.{h,m}"
156 "public_header_files": [
157 "BraintreePayPal/PayPalDataCollector/Public/*.h",
158 "BraintreePayPal/PayPalDataCollector/Risk/*.h"
162 "SystemConfiguration",
166 "vendored_libraries": "BraintreePayPal/PayPalDataCollector/Risk/libPPRiskComponent.a"