4 "summary": "Braintree v.zero SDK. Accept payments in your app",
5 "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",
6 "homepage": "https://www.braintreepayments.com/v.zero",
7 "screenshots": "https://raw.githubusercontent.com/braintree/braintree_ios/master/screenshot.png",
10 "Braintree": "code@getbraintree.com"
13 "git": "https://github.com/braintree/braintree_ios.git",
16 "social_media_url": "https://twitter.com/braintree",
21 "source_files": "Braintree/*.{m,h}",
22 "compiler_flags": "-Wall -Werror -Wextra",
24 "GCC_TREAT_WARNINGS_AS_ERRORS": "YES"
35 "source_files": "Braintree/Drop-In/**/*.{h,m}",
36 "public_header_files": "Braintree/Drop-In/Public/*.h",
51 "source_files": "Braintree/api/Braintree-API/**/*.{h,m}",
52 "public_header_files": "Braintree/api/Braintree-API/Public/*.h"
56 "source_files": "Braintree/PayPal/Braintree-PayPal/**/*.{h,m}",
57 "public_header_files": "Braintree/PayPal/Braintree-PayPal/**/*.h",
64 "vendored_libraries": "Braintree/PayPal/Braintree-PayPal/PayPalMobileSDK/libPayPalMobile.a",
66 "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
67 "OTHER_LDFLAGS": "-ObjC -lc++"
80 "source_files": "Braintree/UI/Braintree-Payments-UI/**/*.{h,m}",
81 "public_header_files": "Braintree/UI/Braintree-Payments-UI/**/*.h",
82 "compiler_flags": "-Wall -Wextra",
87 "source_files": "Braintree/Data/Braintree-Data/**/*.{h,m}",
88 "vendored_libraries": "Braintree/Data/Braintree-Data/libDeviceCollectorLibrary.a",