[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 3.4.0 / Braintree.podspec.json
blobe777949ac50797e1b05cec2a6e14089bd6daf2f1
2   "name": "Braintree",
3   "version": "3.4.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.4.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       "dependencies": {
39         "Braintree/API": [
41         ],
42         "Braintree/PayPal": [
44         ],
45         "Braintree/UI": [
47         ],
48         "Braintree/Venmo": [
50         ],
51         "Braintree/Payments": [
53         ]
54       },
55       "resource_bundles": {
56         "Braintree-Drop-In-Localization": "Braintree/Drop-In/Localization/*.lproj"
57       }
58     },
59     {
60       "name": "API",
61       "source_files": "Braintree/API/**/*.{h,m}",
62       "public_header_files": "Braintree/API/@Public/*.h",
63       "weak_frameworks": "PassKit",
64       "frameworks": "AddressBook"
65     },
66     {
67       "name": "PayPal",
68       "source_files": "Braintree/PayPal/**/*.{h,m}",
69       "public_header_files": [
70         "Braintree/PayPal/@Public/**/*.h",
71         "Braintree/PayPal/mSDK/CardIO*.h"
72       ],
73       "frameworks": [
74         "AVFoundation",
75         "CoreLocation",
76         "CoreMedia",
77         "AudioToolbox",
78         "MessageUI",
79         "SystemConfiguration",
80         "MobileCoreServices"
81       ],
82       "vendored_libraries": "Braintree/PayPal/mSDK/libPayPalMobile.a",
83       "xcconfig": {
84         "GCC_TREAT_WARNINGS_AS_ERRORS": "YES",
85         "OTHER_LDFLAGS": "-ObjC -lc++"
86       },
87       "dependencies": {
88         "Braintree/API": [
90         ],
91         "Braintree/UI": [
93         ]
94       }
95     },
96     {
97       "name": "Venmo",
98       "source_files": "Braintree/Venmo/**/*.{h,m}",
99       "compiler_flags": "-Wall -Wextra",
100       "dependencies": {
101         "Braintree/API": [
103         ]
104       }
105     },
106     {
107       "name": "UI",
108       "source_files": "Braintree/UI/**/*.{h,m}",
109       "compiler_flags": "-Wall -Wextra",
110       "frameworks": "UIKit",
111       "resource_bundles": {
112         "Braintree-UI-Localization": "Braintree/UI/Localization/*.lproj"
113       },
114       "dependencies": {
115         "Braintree/API": [
117         ]
118       }
119     },
120     {
121       "name": "Data",
122       "source_files": "Braintree/Data/**/*.{h,m}",
123       "vendored_libraries": "Braintree/Data/libDeviceCollectorLibrary.a",
124       "frameworks": [
125         "UIKit",
126         "SystemConfiguration"
127       ],
128       "dependencies": {
129         "Braintree/PayPal": [
131         ],
132         "Braintree/API": [
134         ]
135       }
136     },
137     {
138       "name": "Payments",
139       "source_files": "Braintree/Payments/**/*.{h,m}",
140       "public_header_files": "Braintree/Payments/Public/*.h",
141       "frameworks": "UIKit",
142       "dependencies": {
143         "Braintree/API": [
145         ],
146         "Braintree/PayPal": [
148         ],
149         "Braintree/Venmo": [
151         ]
152       }
153     }
154   ]