[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 3.3.0 / Braintree.podspec.json
blob4a96f625acbe963ac7eb89908f3fbf02f89809b9
2   "name": "Braintree",
3   "version": "3.3.0",
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.3.0"
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     "Venmo",
31     "UI",
32     "Payments"
33   ],
34   "subspecs": [
35     {
36       "name": "Drop-In",
37       "source_files": "Braintree/Drop-In/**/*.{h,m}",
38       "public_header_files": "Braintree/Drop-In/Public/*.h",
39       "dependencies": {
40         "Braintree/API": [
42         ],
43         "Braintree/PayPal": [
45         ],
46         "Braintree/UI": [
48         ],
49         "Braintree/Venmo": [
51         ],
52         "Braintree/Payments": [
54         ]
55       },
56       "resource_bundles": {
57         "Braintree-Drop-In-Localization": "Braintree/Drop-In/Braintree-Drop-In/Localization/*.lproj"
58       }
59     },
60     {
61       "name": "API",
62       "source_files": "Braintree/API/Braintree-API/**/*.{h,m}",
63       "public_header_files": "Braintree/API/Braintree-API/Public/*.h"
64     },
65     {
66       "name": "PayPal",
67       "source_files": "Braintree/PayPal/Braintree-PayPal/**/*.{h,m}",
68       "public_header_files": "Braintree/PayPal/Braintree-PayPal/**/*.h",
69       "frameworks": [
70         "AVFoundation",
71         "CoreLocation",
72         "MessageUI",
73         "SystemConfiguration"
74       ],
75       "vendored_libraries": "Braintree/PayPal/Braintree-PayPal/PayPalMobileSDK/libPayPalMobile.a",
76       "xcconfig": {
77         "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
78         "OTHER_LDFLAGS": "-ObjC -lc++"
79       },
80       "dependencies": {
81         "Braintree/API": [
83         ],
84         "Braintree/UI": [
86         ]
87       }
88     },
89     {
90       "name": "Venmo",
91       "source_files": "Braintree/Venmo/Braintree-Venmo/**/*.{h,m}",
92       "public_header_files": "Braintree/Venmo/Braintree-Venmo/**/*.h",
93       "compiler_flags": "-Wall -Wextra",
94       "dependencies": {
95         "Braintree/API": [
97         ]
98       }
99     },
100     {
101       "name": "UI",
102       "source_files": "Braintree/UI/Braintree-Payments-UI/**/*.{h,m}",
103       "public_header_files": "Braintree/UI/Braintree-Payments-UI/**/*.h",
104       "compiler_flags": "-Wall -Wextra",
105       "frameworks": "UIKit",
106       "resource_bundles": {
107         "Braintree-UI-Localization": "Braintree/UI/Braintree-Payments-UI/Localization/*.lproj"
108       }
109     },
110     {
111       "name": "Data",
112       "source_files": "Braintree/Data/Braintree-Data/**/*.{h,m}",
113       "vendored_libraries": "Braintree/Data/Braintree-Data/libDeviceCollectorLibrary.a",
114       "frameworks": [
115         "UIKit",
116         "SystemConfiguration"
117       ]
118     },
119     {
120       "name": "Payments",
121       "source_files": "Braintree/Payments/Braintree-Payments/**/*.{h,m}",
122       "public_header_files": "Braintree/Payments/Braintree-Payments/Public/*.h",
123       "frameworks": "UIKit",
124       "dependencies": {
125         "Braintree/API": [
127         ],
128         "Braintree/PayPal": [
130         ],
131         "Braintree/Venmo": [
133         ]
134       }
135     }
136   ]