[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 3.1.2 / Braintree.podspec.json
blob1ba6821b5a48795be20f5158016829185c2d6db3
2   "name": "Braintree",
3   "version": "3.1.2",
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",
8   "license": "MIT",
9   "authors": {
10     "Braintree": "code@getbraintree.com"
11   },
12   "source": {
13     "git": "https://github.com/braintree/braintree_ios.git",
14     "tag": "3.1.2"
15   },
16   "social_media_url": "https://twitter.com/braintree",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Braintree/*.{m,h}",
22   "compiler_flags": "-Wall -Werror -Wextra",
23   "xcconfig": {
24     "GCC_TREAT_WARNINGS_AS_ERRORS": "YES"
25   },
26   "default_subspecs": [
27     "Drop-In",
28     "API",
29     "PayPal",
30     "UI"
31   ],
32   "subspecs": [
33     {
34       "name": "Drop-In",
35       "source_files": "Braintree/Drop-In/**/*.{h,m}",
36       "public_header_files": "Braintree/Drop-In/Public/*.h",
37       "dependencies": {
38         "Braintree/API": [
40         ],
41         "Braintree/PayPal": [
43         ],
44         "Braintree/UI": [
46         ]
47       },
48       "resource_bundles": {
49         "Braintree-Drop-In-Localization": "Braintree/Drop-In/Braintree-Drop-In/Localization/*.lproj"
50       }
51     },
52     {
53       "name": "API",
54       "source_files": "Braintree/API/Braintree-API/**/*.{h,m}",
55       "public_header_files": "Braintree/API/Braintree-API/Public/*.h"
56     },
57     {
58       "name": "PayPal",
59       "source_files": "Braintree/PayPal/Braintree-PayPal/**/*.{h,m}",
60       "public_header_files": "Braintree/PayPal/Braintree-PayPal/**/*.h",
61       "frameworks": [
62         "AVFoundation",
63         "CoreLocation",
64         "MessageUI",
65         "SystemConfiguration"
66       ],
67       "vendored_libraries": "Braintree/PayPal/Braintree-PayPal/PayPalMobileSDK/libPayPalMobile.a",
68       "xcconfig": {
69         "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
70         "OTHER_LDFLAGS": "-ObjC -lc++"
71       },
72       "dependencies": {
73         "Braintree/API": [
75         ],
76         "Braintree/UI": [
78         ]
79       }
80     },
81     {
82       "name": "UI",
83       "source_files": "Braintree/UI/Braintree-Payments-UI/**/*.{h,m}",
84       "public_header_files": "Braintree/UI/Braintree-Payments-UI/**/*.h",
85       "compiler_flags": "-Wall -Wextra",
86       "frameworks": "UIKit",
87       "resource_bundles": {
88         "Braintree-UI-Localization": "Braintree/UI/Braintree-Payments-UI/Localization/*.lproj"
89       }
90     },
91     {
92       "name": "Data",
93       "source_files": "Braintree/Data/Braintree-Data/**/*.{h,m}",
94       "vendored_libraries": "Braintree/Data/Braintree-Data/libDeviceCollectorLibrary.a",
95       "frameworks": [
96         "UIKit",
97         "SystemConfiguration"
98       ]
99     }
100   ]