[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 2 / a / gRPC / 0.11.1 / gRPC.podspec.json
blobea2b17d2b573926f53edcd1c13c43dfbfced1847
2   "name": "gRPC",
3   "version": "0.11.1",
4   "summary": "gRPC client library for iOS/OSX",
5   "homepage": "http://www.grpc.io",
6   "license": "New BSD",
7   "authors": {
8     "The gRPC contributors": "grpc-packages@google.com"
9   },
10   "source": {
11     "git": "https://github.com/grpc/grpc.git",
12     "tag": "release-0_11_1-objectivec-0.11.1"
13   },
14   "platforms": {
15     "ios": "7.1",
16     "osx": "10.9"
17   },
18   "requires_arc": true,
19   "prepare_command": "# Move contents of include up a level to avoid manually specifying include paths\ncp -r \"include/grpc\" \".\"\n\nDIR_TIME=\"grpc/support\"\nBAD_TIME=\"$DIR_TIME/time.h\"\nGOOD_TIME=\"$DIR_TIME/grpc_time.h\"\ngrep -rl \"$BAD_TIME\" grpc src/core src/objective-c/GRPCClient | xargs sed -i '' -e s@$BAD_TIME@$GOOD_TIME@g\nif [ -f \"$BAD_TIME\" ];\nthen\n  mv -f \"$BAD_TIME\" \"$GOOD_TIME\"\nfi\n\nDIR_STRING=\"src/core/support\"\nBAD_STRING=\"$DIR_STRING/string.h\"\nGOOD_STRING=\"$DIR_STRING/grpc_string.h\"\ngrep -rl \"$BAD_STRING\" grpc src/core src/objective-c/GRPCClient | xargs sed -i '' -e s@$BAD_STRING@$GOOD_STRING@g\nif [ -f \"$BAD_STRING\" ];\nthen\n  mv -f \"$BAD_STRING\" \"$GOOD_STRING\"\nfi",
20   "subspecs": [
21     {
22       "name": "RxLibrary",
23       "source_files": [
24         "src/objective-c/RxLibrary/*.{h,m}",
25         "src/objective-c/RxLibrary/**/*.{h,m}"
26       ],
27       "private_header_files": "src/objective-c/RxLibrary/private/*.h",
28       "header_mappings_dir": "src/objective-c",
29       "compiler_flags": [
30         "-GCC_WARN_INHIBIT_ALL_WARNINGS",
31         "-w"
32       ]
33     },
34     {
35       "name": "C-Core",
36       "source_files": [
37         "src/core/support/env.h",
38         "src/core/support/file.h",
39         "src/core/support/murmur_hash.h",
40         "src/core/support/stack_lockfree.h",
41         "src/core/support/grpc_string.h",
42         "src/core/support/string_win32.h",
43         "src/core/support/thd_internal.h",
44         "src/core/support/time_precise.h",
45         "grpc/support/alloc.h",
46         "grpc/support/atm.h",
47         "grpc/support/atm_gcc_atomic.h",
48         "grpc/support/atm_gcc_sync.h",
49         "grpc/support/atm_win32.h",
50         "grpc/support/cmdline.h",
51         "grpc/support/cpu.h",
52         "grpc/support/histogram.h",
53         "grpc/support/host_port.h",
54         "grpc/support/log.h",
55         "grpc/support/log_win32.h",
56         "grpc/support/port_platform.h",
57         "grpc/support/slice.h",
58         "grpc/support/slice_buffer.h",
59         "grpc/support/string_util.h",
60         "grpc/support/subprocess.h",
61         "grpc/support/sync.h",
62         "grpc/support/sync_generic.h",
63         "grpc/support/sync_posix.h",
64         "grpc/support/sync_win32.h",
65         "grpc/support/thd.h",
66         "grpc/support/grpc_time.h",
67         "grpc/support/tls.h",
68         "grpc/support/tls_gcc.h",
69         "grpc/support/tls_msvc.h",
70         "grpc/support/tls_pthread.h",
71         "grpc/support/useful.h",
72         "src/core/support/alloc.c",
73         "src/core/support/cmdline.c",
74         "src/core/support/cpu_iphone.c",
75         "src/core/support/cpu_linux.c",
76         "src/core/support/cpu_posix.c",
77         "src/core/support/cpu_windows.c",
78         "src/core/support/env_linux.c",
79         "src/core/support/env_posix.c",
80         "src/core/support/env_win32.c",
81         "src/core/support/file.c",
82         "src/core/support/file_posix.c",
83         "src/core/support/file_win32.c",
84         "src/core/support/histogram.c",
85         "src/core/support/host_port.c",
86         "src/core/support/log.c",
87         "src/core/support/log_android.c",
88         "src/core/support/log_linux.c",
89         "src/core/support/log_posix.c",
90         "src/core/support/log_win32.c",
91         "src/core/support/murmur_hash.c",
92         "src/core/support/slice.c",
93         "src/core/support/slice_buffer.c",
94         "src/core/support/stack_lockfree.c",
95         "src/core/support/string.c",
96         "src/core/support/string_posix.c",
97         "src/core/support/string_win32.c",
98         "src/core/support/subprocess_posix.c",
99         "src/core/support/sync.c",
100         "src/core/support/sync_posix.c",
101         "src/core/support/sync_win32.c",
102         "src/core/support/thd.c",
103         "src/core/support/thd_posix.c",
104         "src/core/support/thd_win32.c",
105         "src/core/support/time.c",
106         "src/core/support/time_posix.c",
107         "src/core/support/time_win32.c",
108         "src/core/support/tls_pthread.c",
109         "src/core/security/auth_filters.h",
110         "src/core/security/base64.h",
111         "src/core/security/credentials.h",
112         "src/core/security/json_token.h",
113         "src/core/security/jwt_verifier.h",
114         "src/core/security/secure_endpoint.h",
115         "src/core/security/secure_transport_setup.h",
116         "src/core/security/security_connector.h",
117         "src/core/security/security_context.h",
118         "src/core/tsi/fake_transport_security.h",
119         "src/core/tsi/ssl_transport_security.h",
120         "src/core/tsi/transport_security.h",
121         "src/core/tsi/transport_security_interface.h",
122         "src/core/census/grpc_filter.h",
123         "src/core/channel/channel_args.h",
124         "src/core/channel/channel_stack.h",
125         "src/core/channel/client_channel.h",
126         "src/core/channel/compress_filter.h",
127         "src/core/channel/connected_channel.h",
128         "src/core/channel/context.h",
129         "src/core/channel/http_client_filter.h",
130         "src/core/channel/http_server_filter.h",
131         "src/core/channel/noop_filter.h",
132         "src/core/client_config/client_config.h",
133         "src/core/client_config/connector.h",
134         "src/core/client_config/lb_policies/pick_first.h",
135         "src/core/client_config/lb_policy.h",
136         "src/core/client_config/resolver.h",
137         "src/core/client_config/resolver_factory.h",
138         "src/core/client_config/resolver_registry.h",
139         "src/core/client_config/resolvers/dns_resolver.h",
140         "src/core/client_config/resolvers/sockaddr_resolver.h",
141         "src/core/client_config/subchannel.h",
142         "src/core/client_config/subchannel_factory.h",
143         "src/core/client_config/subchannel_factory_decorators/add_channel_arg.h",
144         "src/core/client_config/subchannel_factory_decorators/merge_channel_args.h",
145         "src/core/client_config/uri_parser.h",
146         "src/core/compression/message_compress.h",
147         "src/core/debug/trace.h",
148         "src/core/httpcli/format_request.h",
149         "src/core/httpcli/httpcli.h",
150         "src/core/httpcli/parser.h",
151         "src/core/iomgr/alarm.h",
152         "src/core/iomgr/alarm_heap.h",
153         "src/core/iomgr/alarm_internal.h",
154         "src/core/iomgr/endpoint.h",
155         "src/core/iomgr/endpoint_pair.h",
156         "src/core/iomgr/fd_posix.h",
157         "src/core/iomgr/iocp_windows.h",
158         "src/core/iomgr/iomgr.h",
159         "src/core/iomgr/iomgr_internal.h",
160         "src/core/iomgr/iomgr_posix.h",
161         "src/core/iomgr/pollset.h",
162         "src/core/iomgr/pollset_posix.h",
163         "src/core/iomgr/pollset_set.h",
164         "src/core/iomgr/pollset_set_posix.h",
165         "src/core/iomgr/pollset_set_windows.h",
166         "src/core/iomgr/pollset_windows.h",
167         "src/core/iomgr/resolve_address.h",
168         "src/core/iomgr/sockaddr.h",
169         "src/core/iomgr/sockaddr_posix.h",
170         "src/core/iomgr/sockaddr_utils.h",
171         "src/core/iomgr/sockaddr_win32.h",
172         "src/core/iomgr/socket_utils_posix.h",
173         "src/core/iomgr/socket_windows.h",
174         "src/core/iomgr/tcp_client.h",
175         "src/core/iomgr/tcp_posix.h",
176         "src/core/iomgr/tcp_server.h",
177         "src/core/iomgr/tcp_windows.h",
178         "src/core/iomgr/time_averaged_stats.h",
179         "src/core/iomgr/udp_server.h",
180         "src/core/iomgr/wakeup_fd_pipe.h",
181         "src/core/iomgr/wakeup_fd_posix.h",
182         "src/core/json/json.h",
183         "src/core/json/json_common.h",
184         "src/core/json/json_reader.h",
185         "src/core/json/json_writer.h",
186         "src/core/profiling/timers.h",
187         "src/core/statistics/census_interface.h",
188         "src/core/statistics/census_rpc_stats.h",
189         "src/core/surface/byte_buffer_queue.h",
190         "src/core/surface/call.h",
191         "src/core/surface/channel.h",
192         "src/core/surface/completion_queue.h",
193         "src/core/surface/event_string.h",
194         "src/core/surface/init.h",
195         "src/core/surface/server.h",
196         "src/core/surface/surface_trace.h",
197         "src/core/transport/chttp2/alpn.h",
198         "src/core/transport/chttp2/bin_encoder.h",
199         "src/core/transport/chttp2/frame.h",
200         "src/core/transport/chttp2/frame_data.h",
201         "src/core/transport/chttp2/frame_goaway.h",
202         "src/core/transport/chttp2/frame_ping.h",
203         "src/core/transport/chttp2/frame_rst_stream.h",
204         "src/core/transport/chttp2/frame_settings.h",
205         "src/core/transport/chttp2/frame_window_update.h",
206         "src/core/transport/chttp2/hpack_parser.h",
207         "src/core/transport/chttp2/hpack_table.h",
208         "src/core/transport/chttp2/http2_errors.h",
209         "src/core/transport/chttp2/huffsyms.h",
210         "src/core/transport/chttp2/incoming_metadata.h",
211         "src/core/transport/chttp2/internal.h",
212         "src/core/transport/chttp2/status_conversion.h",
213         "src/core/transport/chttp2/stream_encoder.h",
214         "src/core/transport/chttp2/stream_map.h",
215         "src/core/transport/chttp2/timeout_encoding.h",
216         "src/core/transport/chttp2/varint.h",
217         "src/core/transport/chttp2_transport.h",
218         "src/core/transport/connectivity_state.h",
219         "src/core/transport/metadata.h",
220         "src/core/transport/stream_op.h",
221         "src/core/transport/transport.h",
222         "src/core/transport/transport_impl.h",
223         "src/core/census/aggregation.h",
224         "src/core/census/context.h",
225         "src/core/census/rpc_metric_id.h",
226         "grpc/grpc_security.h",
227         "grpc/byte_buffer.h",
228         "grpc/byte_buffer_reader.h",
229         "grpc/compression.h",
230         "grpc/grpc.h",
231         "grpc/status.h",
232         "grpc/census.h",
233         "src/core/httpcli/httpcli_security_connector.c",
234         "src/core/security/base64.c",
235         "src/core/security/client_auth_filter.c",
236         "src/core/security/credentials.c",
237         "src/core/security/credentials_metadata.c",
238         "src/core/security/credentials_posix.c",
239         "src/core/security/credentials_win32.c",
240         "src/core/security/google_default_credentials.c",
241         "src/core/security/json_token.c",
242         "src/core/security/jwt_verifier.c",
243         "src/core/security/secure_endpoint.c",
244         "src/core/security/secure_transport_setup.c",
245         "src/core/security/security_connector.c",
246         "src/core/security/security_context.c",
247         "src/core/security/server_auth_filter.c",
248         "src/core/security/server_secure_chttp2.c",
249         "src/core/surface/init_secure.c",
250         "src/core/surface/secure_channel_create.c",
251         "src/core/tsi/fake_transport_security.c",
252         "src/core/tsi/ssl_transport_security.c",
253         "src/core/tsi/transport_security.c",
254         "src/core/census/grpc_context.c",
255         "src/core/census/grpc_filter.c",
256         "src/core/channel/channel_args.c",
257         "src/core/channel/channel_stack.c",
258         "src/core/channel/client_channel.c",
259         "src/core/channel/compress_filter.c",
260         "src/core/channel/connected_channel.c",
261         "src/core/channel/http_client_filter.c",
262         "src/core/channel/http_server_filter.c",
263         "src/core/channel/noop_filter.c",
264         "src/core/client_config/client_config.c",
265         "src/core/client_config/connector.c",
266         "src/core/client_config/lb_policies/pick_first.c",
267         "src/core/client_config/lb_policy.c",
268         "src/core/client_config/resolver.c",
269         "src/core/client_config/resolver_factory.c",
270         "src/core/client_config/resolver_registry.c",
271         "src/core/client_config/resolvers/dns_resolver.c",
272         "src/core/client_config/resolvers/sockaddr_resolver.c",
273         "src/core/client_config/subchannel.c",
274         "src/core/client_config/subchannel_factory.c",
275         "src/core/client_config/subchannel_factory_decorators/add_channel_arg.c",
276         "src/core/client_config/subchannel_factory_decorators/merge_channel_args.c",
277         "src/core/client_config/uri_parser.c",
278         "src/core/compression/algorithm.c",
279         "src/core/compression/message_compress.c",
280         "src/core/debug/trace.c",
281         "src/core/httpcli/format_request.c",
282         "src/core/httpcli/httpcli.c",
283         "src/core/httpcli/parser.c",
284         "src/core/iomgr/alarm.c",
285         "src/core/iomgr/alarm_heap.c",
286         "src/core/iomgr/endpoint.c",
287         "src/core/iomgr/endpoint_pair_posix.c",
288         "src/core/iomgr/endpoint_pair_windows.c",
289         "src/core/iomgr/fd_posix.c",
290         "src/core/iomgr/iocp_windows.c",
291         "src/core/iomgr/iomgr.c",
292         "src/core/iomgr/iomgr_posix.c",
293         "src/core/iomgr/iomgr_windows.c",
294         "src/core/iomgr/pollset_multipoller_with_epoll.c",
295         "src/core/iomgr/pollset_multipoller_with_poll_posix.c",
296         "src/core/iomgr/pollset_posix.c",
297         "src/core/iomgr/pollset_set_posix.c",
298         "src/core/iomgr/pollset_set_windows.c",
299         "src/core/iomgr/pollset_windows.c",
300         "src/core/iomgr/resolve_address_posix.c",
301         "src/core/iomgr/resolve_address_windows.c",
302         "src/core/iomgr/sockaddr_utils.c",
303         "src/core/iomgr/socket_utils_common_posix.c",
304         "src/core/iomgr/socket_utils_linux.c",
305         "src/core/iomgr/socket_utils_posix.c",
306         "src/core/iomgr/socket_windows.c",
307         "src/core/iomgr/tcp_client_posix.c",
308         "src/core/iomgr/tcp_client_windows.c",
309         "src/core/iomgr/tcp_posix.c",
310         "src/core/iomgr/tcp_server_posix.c",
311         "src/core/iomgr/tcp_server_windows.c",
312         "src/core/iomgr/tcp_windows.c",
313         "src/core/iomgr/time_averaged_stats.c",
314         "src/core/iomgr/udp_server.c",
315         "src/core/iomgr/wakeup_fd_eventfd.c",
316         "src/core/iomgr/wakeup_fd_nospecial.c",
317         "src/core/iomgr/wakeup_fd_pipe.c",
318         "src/core/iomgr/wakeup_fd_posix.c",
319         "src/core/json/json.c",
320         "src/core/json/json_reader.c",
321         "src/core/json/json_string.c",
322         "src/core/json/json_writer.c",
323         "src/core/profiling/basic_timers.c",
324         "src/core/profiling/stap_timers.c",
325         "src/core/surface/byte_buffer.c",
326         "src/core/surface/byte_buffer_queue.c",
327         "src/core/surface/byte_buffer_reader.c",
328         "src/core/surface/call.c",
329         "src/core/surface/call_details.c",
330         "src/core/surface/call_log_batch.c",
331         "src/core/surface/channel.c",
332         "src/core/surface/channel_connectivity.c",
333         "src/core/surface/channel_create.c",
334         "src/core/surface/completion_queue.c",
335         "src/core/surface/event_string.c",
336         "src/core/surface/init.c",
337         "src/core/surface/lame_client.c",
338         "src/core/surface/metadata_array.c",
339         "src/core/surface/server.c",
340         "src/core/surface/server_chttp2.c",
341         "src/core/surface/server_create.c",
342         "src/core/surface/surface_trace.c",
343         "src/core/surface/version.c",
344         "src/core/transport/chttp2/alpn.c",
345         "src/core/transport/chttp2/bin_encoder.c",
346         "src/core/transport/chttp2/frame_data.c",
347         "src/core/transport/chttp2/frame_goaway.c",
348         "src/core/transport/chttp2/frame_ping.c",
349         "src/core/transport/chttp2/frame_rst_stream.c",
350         "src/core/transport/chttp2/frame_settings.c",
351         "src/core/transport/chttp2/frame_window_update.c",
352         "src/core/transport/chttp2/hpack_parser.c",
353         "src/core/transport/chttp2/hpack_table.c",
354         "src/core/transport/chttp2/huffsyms.c",
355         "src/core/transport/chttp2/incoming_metadata.c",
356         "src/core/transport/chttp2/parsing.c",
357         "src/core/transport/chttp2/status_conversion.c",
358         "src/core/transport/chttp2/stream_encoder.c",
359         "src/core/transport/chttp2/stream_lists.c",
360         "src/core/transport/chttp2/stream_map.c",
361         "src/core/transport/chttp2/timeout_encoding.c",
362         "src/core/transport/chttp2/varint.c",
363         "src/core/transport/chttp2/writing.c",
364         "src/core/transport/chttp2_transport.c",
365         "src/core/transport/connectivity_state.c",
366         "src/core/transport/metadata.c",
367         "src/core/transport/stream_op.c",
368         "src/core/transport/transport.c",
369         "src/core/transport/transport_op_string.c",
370         "src/core/census/context.c",
371         "src/core/census/initialize.c",
372         "src/core/census/operation.c",
373         "src/core/census/tracing.c"
374       ],
375       "private_header_files": [
376         "src/core/support/env.h",
377         "src/core/support/file.h",
378         "src/core/support/murmur_hash.h",
379         "src/core/support/stack_lockfree.h",
380         "src/core/support/string.h",
381         "src/core/support/string_win32.h",
382         "src/core/support/thd_internal.h",
383         "src/core/support/time_precise.h",
384         "src/core/security/auth_filters.h",
385         "src/core/security/base64.h",
386         "src/core/security/credentials.h",
387         "src/core/security/json_token.h",
388         "src/core/security/jwt_verifier.h",
389         "src/core/security/secure_endpoint.h",
390         "src/core/security/secure_transport_setup.h",
391         "src/core/security/security_connector.h",
392         "src/core/security/security_context.h",
393         "src/core/tsi/fake_transport_security.h",
394         "src/core/tsi/ssl_transport_security.h",
395         "src/core/tsi/transport_security.h",
396         "src/core/tsi/transport_security_interface.h",
397         "src/core/census/grpc_filter.h",
398         "src/core/channel/channel_args.h",
399         "src/core/channel/channel_stack.h",
400         "src/core/channel/client_channel.h",
401         "src/core/channel/compress_filter.h",
402         "src/core/channel/connected_channel.h",
403         "src/core/channel/context.h",
404         "src/core/channel/http_client_filter.h",
405         "src/core/channel/http_server_filter.h",
406         "src/core/channel/noop_filter.h",
407         "src/core/client_config/client_config.h",
408         "src/core/client_config/connector.h",
409         "src/core/client_config/lb_policies/pick_first.h",
410         "src/core/client_config/lb_policy.h",
411         "src/core/client_config/resolver.h",
412         "src/core/client_config/resolver_factory.h",
413         "src/core/client_config/resolver_registry.h",
414         "src/core/client_config/resolvers/dns_resolver.h",
415         "src/core/client_config/resolvers/sockaddr_resolver.h",
416         "src/core/client_config/subchannel.h",
417         "src/core/client_config/subchannel_factory.h",
418         "src/core/client_config/subchannel_factory_decorators/add_channel_arg.h",
419         "src/core/client_config/subchannel_factory_decorators/merge_channel_args.h",
420         "src/core/client_config/uri_parser.h",
421         "src/core/compression/message_compress.h",
422         "src/core/debug/trace.h",
423         "src/core/httpcli/format_request.h",
424         "src/core/httpcli/httpcli.h",
425         "src/core/httpcli/parser.h",
426         "src/core/iomgr/alarm.h",
427         "src/core/iomgr/alarm_heap.h",
428         "src/core/iomgr/alarm_internal.h",
429         "src/core/iomgr/endpoint.h",
430         "src/core/iomgr/endpoint_pair.h",
431         "src/core/iomgr/fd_posix.h",
432         "src/core/iomgr/iocp_windows.h",
433         "src/core/iomgr/iomgr.h",
434         "src/core/iomgr/iomgr_internal.h",
435         "src/core/iomgr/iomgr_posix.h",
436         "src/core/iomgr/pollset.h",
437         "src/core/iomgr/pollset_posix.h",
438         "src/core/iomgr/pollset_set.h",
439         "src/core/iomgr/pollset_set_posix.h",
440         "src/core/iomgr/pollset_set_windows.h",
441         "src/core/iomgr/pollset_windows.h",
442         "src/core/iomgr/resolve_address.h",
443         "src/core/iomgr/sockaddr.h",
444         "src/core/iomgr/sockaddr_posix.h",
445         "src/core/iomgr/sockaddr_utils.h",
446         "src/core/iomgr/sockaddr_win32.h",
447         "src/core/iomgr/socket_utils_posix.h",
448         "src/core/iomgr/socket_windows.h",
449         "src/core/iomgr/tcp_client.h",
450         "src/core/iomgr/tcp_posix.h",
451         "src/core/iomgr/tcp_server.h",
452         "src/core/iomgr/tcp_windows.h",
453         "src/core/iomgr/time_averaged_stats.h",
454         "src/core/iomgr/udp_server.h",
455         "src/core/iomgr/wakeup_fd_pipe.h",
456         "src/core/iomgr/wakeup_fd_posix.h",
457         "src/core/json/json.h",
458         "src/core/json/json_common.h",
459         "src/core/json/json_reader.h",
460         "src/core/json/json_writer.h",
461         "src/core/profiling/timers.h",
462         "src/core/statistics/census_interface.h",
463         "src/core/statistics/census_rpc_stats.h",
464         "src/core/surface/byte_buffer_queue.h",
465         "src/core/surface/call.h",
466         "src/core/surface/channel.h",
467         "src/core/surface/completion_queue.h",
468         "src/core/surface/event_string.h",
469         "src/core/surface/init.h",
470         "src/core/surface/server.h",
471         "src/core/surface/surface_trace.h",
472         "src/core/transport/chttp2/alpn.h",
473         "src/core/transport/chttp2/bin_encoder.h",
474         "src/core/transport/chttp2/frame.h",
475         "src/core/transport/chttp2/frame_data.h",
476         "src/core/transport/chttp2/frame_goaway.h",
477         "src/core/transport/chttp2/frame_ping.h",
478         "src/core/transport/chttp2/frame_rst_stream.h",
479         "src/core/transport/chttp2/frame_settings.h",
480         "src/core/transport/chttp2/frame_window_update.h",
481         "src/core/transport/chttp2/hpack_parser.h",
482         "src/core/transport/chttp2/hpack_table.h",
483         "src/core/transport/chttp2/http2_errors.h",
484         "src/core/transport/chttp2/huffsyms.h",
485         "src/core/transport/chttp2/incoming_metadata.h",
486         "src/core/transport/chttp2/internal.h",
487         "src/core/transport/chttp2/status_conversion.h",
488         "src/core/transport/chttp2/stream_encoder.h",
489         "src/core/transport/chttp2/stream_map.h",
490         "src/core/transport/chttp2/timeout_encoding.h",
491         "src/core/transport/chttp2/varint.h",
492         "src/core/transport/chttp2_transport.h",
493         "src/core/transport/connectivity_state.h",
494         "src/core/transport/metadata.h",
495         "src/core/transport/stream_op.h",
496         "src/core/transport/transport.h",
497         "src/core/transport/transport_impl.h",
498         "src/core/census/aggregation.h",
499         "src/core/census/context.h",
500         "src/core/census/rpc_metric_id.h"
501       ],
502       "header_mappings_dir": ".",
503       "requires_arc": false,
504       "libraries": "z",
505       "dependencies": {
506         "OpenSSL": [
507           "~> 1.0.200"
508         ]
509       },
510       "compiler_flags": [
511         "-GCC_WARN_INHIBIT_ALL_WARNINGS",
512         "-w"
513       ]
514     },
515     {
516       "name": "GRPCClient",
517       "source_files": [
518         "src/objective-c/GRPCClient/*.{h,m}",
519         "src/objective-c/GRPCClient/**/*.{h,m}"
520       ],
521       "private_header_files": "src/objective-c/GRPCClient/private/*.h",
522       "header_mappings_dir": "src/objective-c",
523       "dependencies": {
524         "gRPC/C-Core": [
526         ],
527         "gRPC/RxLibrary": [
529         ]
530       },
531       "resource_bundles": {
532         "gRPCCertificates": [
533           "etc/roots.pem"
534         ]
535       }
536     },
537     {
538       "name": "ProtoRPC",
539       "source_files": "src/objective-c/ProtoRPC/*.{h,m}",
540       "header_mappings_dir": "src/objective-c",
541       "dependencies": {
542         "gRPC/GRPCClient": [
544         ],
545         "gRPC/RxLibrary": [
547         ],
548         "Protobuf": [
549           "~> 3.0.0-alpha-4.1"
550         ]
551       }
552     }
553   ]