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"
66 "source_files": "BraintreePayPal/**/*.{h,m}",
67 "public_header_files": "BraintreePayPal/Public/**/*.h",
73 "vendored_libraries": "BraintreePayPal/PayPalOneTouchCore/libPayPalOneTouchCore.a",
75 "OTHER_LDFLAGS": "-ObjC -lc++"
85 "source_files": "BraintreeUI/**/*.{h,m}",
86 "public_header_files": "BraintreeUI/Public/*.h",
87 "frameworks": "UIKit",
89 "Braintree-UI-Localization": [
90 "BraintreeUI/Localization/*.lproj"
92 "Braintree-Drop-In-Localization": [
93 "BraintreeUI/Drop-In/Localization/*.lproj"
107 "source_files": "Braintree3DSecure/**/*.{h,m}",
108 "public_header_files": "Braintree3DSecure/Public/*.h",
109 "frameworks": "UIKit",
118 "resource_bundles": {
119 "Braintree-3D-Secure-Localization": "Braintree3DSecure/Localization/*.lproj"