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