[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / a / 5 / Braintree / 3.4.0-rc2 / Braintree.podspec.json
blobbfd66db56c0e49df7001605909ec15bb6b63c045
2   "name": "Braintree",
3   "version": "3.4.0-rc2",
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-rc2"
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     },
65     {
66       "name": "PayPal",
67       "source_files": "Braintree/PayPal/**/*.{h,m}",
68       "public_header_files": "Braintree/PayPal/@Public/**/*.h",
69       "frameworks": [
70         "AVFoundation",
71         "CoreLocation",
72         "MessageUI",
73         "SystemConfiguration"
74       ],
75       "vendored_libraries": "Braintree/PayPal/mSDK/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/**/*.{h,m}",
92       "compiler_flags": "-Wall -Wextra",
93       "dependencies": {
94         "Braintree/API": [
96         ]
97       }
98     },
99     {
100       "name": "UI",
101       "source_files": "Braintree/UI/**/*.{h,m}",
102       "compiler_flags": "-Wall -Wextra",
103       "frameworks": "UIKit",
104       "resource_bundles": {
105         "Braintree-UI-Localization": "Braintree/UI/Localization/*.lproj"
106       },
107       "dependencies": {
108         "Braintree/API": [
110         ]
111       }
112     },
113     {
114       "name": "Data",
115       "source_files": "Braintree/Data/**/*.{h,m}",
116       "vendored_libraries": "Braintree/Data/libDeviceCollectorLibrary.a",
117       "frameworks": [
118         "UIKit",
119         "SystemConfiguration"
120       ],
121       "dependencies": {
122         "Braintree/PayPal": [
124         ],
125         "Braintree/API": [
127         ]
128       }
129     },
130     {
131       "name": "Payments",
132       "source_files": "Braintree/Payments/**/*.{h,m}",
133       "public_header_files": "Braintree/Payments/Public/*.h",
134       "frameworks": "UIKit",
135       "dependencies": {
136         "Braintree/API": [
138         ],
139         "Braintree/PayPal": [
141         ],
142         "Braintree/Venmo": [
144         ]
145       }
146     }
147   ]