blob: 5d21ca94dedf747b05d459f43322d85dded21675 [file] [log] [blame]
Jorge Canizalese487a722016-04-30 12:05:26 -07001# GRPC CocoaPods podspec
2# This file has been automatically generated from a template file.
3# Please look at the templates directory instead.
4# This file can be regenerated from the template by running
5# tools/buildgen/generate_projects.sh
6
7# Copyright 2015, Google Inc.
8# All rights reserved.
9#
10# Redistribution and use in source and binary forms, with or without
11# modification, are permitted provided that the following conditions are
12# met:
13#
14# * Redistributions of source code must retain the above copyright
15# notice, this list of conditions and the following disclaimer.
16# * Redistributions in binary form must reproduce the above
17# copyright notice, this list of conditions and the following disclaimer
18# in the documentation and/or other materials provided with the
19# distribution.
20# * Neither the name of Google Inc. nor the names of its
21# contributors may be used to endorse or promote products derived from
22# this software without specific prior written permission.
23#
24# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
27# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
28# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
30# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
31# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
34# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35
36
37Pod::Spec.new do |s|
38 s.name = 'gRPC-Core'
39 version = '0.14.0'
40 s.version = version
41 s.summary = 'Core cross-platform gRPC library, written in C'
42 s.homepage = 'http://www.grpc.io'
43 s.license = 'New BSD'
44 s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
45
46 s.source = {
47 :git => 'https://github.com/grpc/grpc.git',
48 :tag => "release-#{version.gsub(/\./, '_')}-objectivec-#{version}",
Jorge Canizales66c8ddd2016-06-08 17:39:40 -070049 :submodules => true,
Jorge Canizalese487a722016-04-30 12:05:26 -070050 }
51
52 s.ios.deployment_target = '7.1'
53 s.osx.deployment_target = '10.9'
54 s.requires_arc = false
55
56 name = 'grpc'
57 s.module_name = name
58 s.header_dir = name
59
Jorge Canizales547f0652016-05-01 19:52:21 -070060 s.module_map = 'include/grpc/module.modulemap'
61
Jorge Canizalese487a722016-04-30 12:05:26 -070062 s.source_files = 'src/core/lib/profiling/timers.h',
63 'src/core/lib/support/backoff.h',
64 'src/core/lib/support/block_annotate.h',
65 'src/core/lib/support/env.h',
66 'src/core/lib/support/load_file.h',
67 'src/core/lib/support/murmur_hash.h',
68 'src/core/lib/support/stack_lockfree.h',
69 'src/core/lib/support/string.h',
70 'src/core/lib/support/string_win32.h',
71 'src/core/lib/support/thd_internal.h',
72 'src/core/lib/support/time_precise.h',
73 'src/core/lib/support/tmpfile.h',
74 'include/grpc/support/alloc.h',
75 'include/grpc/support/atm.h',
76 'include/grpc/support/atm_gcc_atomic.h',
77 'include/grpc/support/atm_gcc_sync.h',
78 'include/grpc/support/atm_win32.h',
79 'include/grpc/support/avl.h',
80 'include/grpc/support/cmdline.h',
81 'include/grpc/support/cpu.h',
82 'include/grpc/support/histogram.h',
83 'include/grpc/support/host_port.h',
84 'include/grpc/support/log.h',
85 'include/grpc/support/log_win32.h',
86 'include/grpc/support/port_platform.h',
87 'include/grpc/support/slice.h',
88 'include/grpc/support/slice_buffer.h',
89 'include/grpc/support/string_util.h',
90 'include/grpc/support/subprocess.h',
91 'include/grpc/support/sync.h',
92 'include/grpc/support/sync_generic.h',
93 'include/grpc/support/sync_posix.h',
94 'include/grpc/support/sync_win32.h',
95 'include/grpc/support/thd.h',
96 'include/grpc/support/time.h',
97 'include/grpc/support/tls.h',
98 'include/grpc/support/tls_gcc.h',
99 'include/grpc/support/tls_msvc.h',
100 'include/grpc/support/tls_pthread.h',
101 'include/grpc/support/useful.h',
102 'include/grpc/impl/codegen/alloc.h',
103 'include/grpc/impl/codegen/atm.h',
104 'include/grpc/impl/codegen/atm_gcc_atomic.h',
105 'include/grpc/impl/codegen/atm_gcc_sync.h',
106 'include/grpc/impl/codegen/atm_win32.h',
107 'include/grpc/impl/codegen/log.h',
108 'include/grpc/impl/codegen/port_platform.h',
109 'include/grpc/impl/codegen/slice.h',
110 'include/grpc/impl/codegen/slice_buffer.h',
111 'include/grpc/impl/codegen/sync.h',
112 'include/grpc/impl/codegen/sync_generic.h',
113 'include/grpc/impl/codegen/sync_posix.h',
114 'include/grpc/impl/codegen/sync_win32.h',
115 'include/grpc/impl/codegen/time.h',
116 'src/core/lib/profiling/basic_timers.c',
117 'src/core/lib/profiling/stap_timers.c',
118 'src/core/lib/support/alloc.c',
119 'src/core/lib/support/avl.c',
120 'src/core/lib/support/backoff.c',
121 'src/core/lib/support/cmdline.c',
122 'src/core/lib/support/cpu_iphone.c',
123 'src/core/lib/support/cpu_linux.c',
124 'src/core/lib/support/cpu_posix.c',
125 'src/core/lib/support/cpu_windows.c',
126 'src/core/lib/support/env_linux.c',
127 'src/core/lib/support/env_posix.c',
128 'src/core/lib/support/env_win32.c',
129 'src/core/lib/support/histogram.c',
130 'src/core/lib/support/host_port.c',
131 'src/core/lib/support/load_file.c',
132 'src/core/lib/support/log.c',
133 'src/core/lib/support/log_android.c',
134 'src/core/lib/support/log_linux.c',
135 'src/core/lib/support/log_posix.c',
136 'src/core/lib/support/log_win32.c',
137 'src/core/lib/support/murmur_hash.c',
138 'src/core/lib/support/slice.c',
139 'src/core/lib/support/slice_buffer.c',
140 'src/core/lib/support/stack_lockfree.c',
141 'src/core/lib/support/string.c',
142 'src/core/lib/support/string_posix.c',
143 'src/core/lib/support/string_util_win32.c',
144 'src/core/lib/support/string_win32.c',
145 'src/core/lib/support/subprocess_posix.c',
146 'src/core/lib/support/subprocess_windows.c',
147 'src/core/lib/support/sync.c',
148 'src/core/lib/support/sync_posix.c',
149 'src/core/lib/support/sync_win32.c',
150 'src/core/lib/support/thd.c',
151 'src/core/lib/support/thd_posix.c',
152 'src/core/lib/support/thd_win32.c',
153 'src/core/lib/support/time.c',
154 'src/core/lib/support/time_posix.c',
155 'src/core/lib/support/time_precise.c',
156 'src/core/lib/support/time_win32.c',
157 'src/core/lib/support/tls_pthread.c',
158 'src/core/lib/support/tmpfile_msys.c',
159 'src/core/lib/support/tmpfile_posix.c',
160 'src/core/lib/support/tmpfile_win32.c',
161 'src/core/lib/support/wrap_memcpy.c',
162 'src/core/lib/channel/channel_args.h',
163 'src/core/lib/channel/channel_stack.h',
164 'src/core/lib/channel/channel_stack_builder.h',
165 'src/core/lib/channel/compress_filter.h',
166 'src/core/lib/channel/connected_channel.h',
167 'src/core/lib/channel/context.h',
168 'src/core/lib/channel/http_client_filter.h',
169 'src/core/lib/channel/http_server_filter.h',
170 'src/core/lib/compression/algorithm_metadata.h',
171 'src/core/lib/compression/message_compress.h',
172 'src/core/lib/debug/trace.h',
173 'src/core/lib/http/format_request.h',
174 'src/core/lib/http/httpcli.h',
175 'src/core/lib/http/parser.h',
176 'src/core/lib/iomgr/closure.h',
177 'src/core/lib/iomgr/endpoint.h',
178 'src/core/lib/iomgr/endpoint_pair.h',
179 'src/core/lib/iomgr/ev_poll_and_epoll_posix.h',
180 'src/core/lib/iomgr/ev_posix.h',
181 'src/core/lib/iomgr/exec_ctx.h',
182 'src/core/lib/iomgr/executor.h',
183 'src/core/lib/iomgr/iocp_windows.h',
184 'src/core/lib/iomgr/iomgr.h',
185 'src/core/lib/iomgr/iomgr_internal.h',
186 'src/core/lib/iomgr/iomgr_posix.h',
187 'src/core/lib/iomgr/pollset.h',
188 'src/core/lib/iomgr/pollset_set.h',
189 'src/core/lib/iomgr/pollset_set_windows.h',
190 'src/core/lib/iomgr/pollset_windows.h',
191 'src/core/lib/iomgr/resolve_address.h',
192 'src/core/lib/iomgr/sockaddr.h',
193 'src/core/lib/iomgr/sockaddr_posix.h',
194 'src/core/lib/iomgr/sockaddr_utils.h',
195 'src/core/lib/iomgr/sockaddr_win32.h',
196 'src/core/lib/iomgr/socket_utils_posix.h',
197 'src/core/lib/iomgr/socket_windows.h',
198 'src/core/lib/iomgr/tcp_client.h',
199 'src/core/lib/iomgr/tcp_posix.h',
200 'src/core/lib/iomgr/tcp_server.h',
201 'src/core/lib/iomgr/tcp_windows.h',
202 'src/core/lib/iomgr/time_averaged_stats.h',
203 'src/core/lib/iomgr/timer.h',
204 'src/core/lib/iomgr/timer_heap.h',
205 'src/core/lib/iomgr/udp_server.h',
206 'src/core/lib/iomgr/unix_sockets_posix.h',
207 'src/core/lib/iomgr/wakeup_fd_pipe.h',
208 'src/core/lib/iomgr/wakeup_fd_posix.h',
209 'src/core/lib/iomgr/workqueue.h',
210 'src/core/lib/iomgr/workqueue_posix.h',
211 'src/core/lib/iomgr/workqueue_windows.h',
212 'src/core/lib/json/json.h',
213 'src/core/lib/json/json_common.h',
214 'src/core/lib/json/json_reader.h',
215 'src/core/lib/json/json_writer.h',
216 'src/core/lib/surface/api_trace.h',
217 'src/core/lib/surface/call.h',
218 'src/core/lib/surface/call_test_only.h',
219 'src/core/lib/surface/channel.h',
220 'src/core/lib/surface/channel_init.h',
221 'src/core/lib/surface/channel_stack_type.h',
222 'src/core/lib/surface/completion_queue.h',
223 'src/core/lib/surface/event_string.h',
224 'src/core/lib/surface/init.h',
225 'src/core/lib/surface/lame_client.h',
226 'src/core/lib/surface/server.h',
227 'src/core/lib/surface/surface_trace.h',
228 'src/core/lib/transport/byte_stream.h',
229 'src/core/lib/transport/connectivity_state.h',
230 'src/core/lib/transport/metadata.h',
231 'src/core/lib/transport/metadata_batch.h',
232 'src/core/lib/transport/static_metadata.h',
233 'src/core/lib/transport/transport.h',
234 'src/core/lib/transport/transport_impl.h',
235 'src/core/ext/transport/chttp2/transport/bin_encoder.h',
236 'src/core/ext/transport/chttp2/transport/chttp2_transport.h',
237 'src/core/ext/transport/chttp2/transport/frame.h',
238 'src/core/ext/transport/chttp2/transport/frame_data.h',
239 'src/core/ext/transport/chttp2/transport/frame_goaway.h',
240 'src/core/ext/transport/chttp2/transport/frame_ping.h',
241 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h',
242 'src/core/ext/transport/chttp2/transport/frame_settings.h',
243 'src/core/ext/transport/chttp2/transport/frame_window_update.h',
244 'src/core/ext/transport/chttp2/transport/hpack_encoder.h',
245 'src/core/ext/transport/chttp2/transport/hpack_parser.h',
246 'src/core/ext/transport/chttp2/transport/hpack_table.h',
247 'src/core/ext/transport/chttp2/transport/http2_errors.h',
248 'src/core/ext/transport/chttp2/transport/huffsyms.h',
249 'src/core/ext/transport/chttp2/transport/incoming_metadata.h',
250 'src/core/ext/transport/chttp2/transport/internal.h',
251 'src/core/ext/transport/chttp2/transport/status_conversion.h',
252 'src/core/ext/transport/chttp2/transport/stream_map.h',
253 'src/core/ext/transport/chttp2/transport/timeout_encoding.h',
254 'src/core/ext/transport/chttp2/transport/varint.h',
255 'src/core/ext/transport/chttp2/alpn/alpn.h',
256 'src/core/lib/security/auth_filters.h',
257 'src/core/lib/security/b64.h',
258 'src/core/lib/security/credentials.h',
259 'src/core/lib/security/handshake.h',
260 'src/core/lib/security/json_token.h',
261 'src/core/lib/security/jwt_verifier.h',
262 'src/core/lib/security/secure_endpoint.h',
263 'src/core/lib/security/security_connector.h',
264 'src/core/lib/security/security_context.h',
265 'src/core/lib/tsi/fake_transport_security.h',
266 'src/core/lib/tsi/ssl_transport_security.h',
267 'src/core/lib/tsi/ssl_types.h',
268 'src/core/lib/tsi/transport_security.h',
269 'src/core/lib/tsi/transport_security_interface.h',
270 'src/core/ext/client_config/client_channel.h',
271 'src/core/ext/client_config/client_channel_factory.h',
272 'src/core/ext/client_config/client_config.h',
273 'src/core/ext/client_config/connector.h',
274 'src/core/ext/client_config/initial_connect_string.h',
275 'src/core/ext/client_config/lb_policy.h',
276 'src/core/ext/client_config/lb_policy_factory.h',
277 'src/core/ext/client_config/lb_policy_registry.h',
278 'src/core/ext/client_config/parse_address.h',
279 'src/core/ext/client_config/resolver.h',
280 'src/core/ext/client_config/resolver_factory.h',
281 'src/core/ext/client_config/resolver_registry.h',
282 'src/core/ext/client_config/subchannel.h',
283 'src/core/ext/client_config/subchannel_call_holder.h',
284 'src/core/ext/client_config/subchannel_index.h',
285 'src/core/ext/client_config/uri_parser.h',
286 'src/core/ext/lb_policy/grpclb/load_balancer_api.h',
287 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h',
288 'third_party/nanopb/pb.h',
289 'third_party/nanopb/pb_common.h',
290 'third_party/nanopb/pb_decode.h',
291 'third_party/nanopb/pb_encode.h',
292 'src/core/ext/census/aggregation.h',
293 'src/core/ext/census/census_interface.h',
294 'src/core/ext/census/census_rpc_stats.h',
295 'src/core/ext/census/grpc_filter.h',
296 'src/core/ext/census/mlog.h',
297 'src/core/ext/census/rpc_metric_id.h',
298 'include/grpc/byte_buffer.h',
299 'include/grpc/byte_buffer_reader.h',
300 'include/grpc/compression.h',
301 'include/grpc/grpc.h',
302 'include/grpc/status.h',
303 'include/grpc/impl/codegen/byte_buffer.h',
304 'include/grpc/impl/codegen/byte_buffer_reader.h',
305 'include/grpc/impl/codegen/compression_types.h',
306 'include/grpc/impl/codegen/connectivity_state.h',
307 'include/grpc/impl/codegen/grpc_types.h',
308 'include/grpc/impl/codegen/propagation_bits.h',
309 'include/grpc/impl/codegen/status.h',
310 'include/grpc/impl/codegen/alloc.h',
311 'include/grpc/impl/codegen/atm.h',
312 'include/grpc/impl/codegen/atm_gcc_atomic.h',
313 'include/grpc/impl/codegen/atm_gcc_sync.h',
314 'include/grpc/impl/codegen/atm_win32.h',
315 'include/grpc/impl/codegen/log.h',
316 'include/grpc/impl/codegen/port_platform.h',
317 'include/grpc/impl/codegen/slice.h',
318 'include/grpc/impl/codegen/slice_buffer.h',
319 'include/grpc/impl/codegen/sync.h',
320 'include/grpc/impl/codegen/sync_generic.h',
321 'include/grpc/impl/codegen/sync_posix.h',
322 'include/grpc/impl/codegen/sync_win32.h',
323 'include/grpc/impl/codegen/time.h',
324 'include/grpc/grpc_security.h',
325 'include/grpc/grpc_security_constants.h',
326 'include/grpc/census.h',
327 'src/core/lib/surface/init.c',
328 'src/core/lib/channel/channel_args.c',
329 'src/core/lib/channel/channel_stack.c',
330 'src/core/lib/channel/channel_stack_builder.c',
331 'src/core/lib/channel/compress_filter.c',
332 'src/core/lib/channel/connected_channel.c',
333 'src/core/lib/channel/http_client_filter.c',
334 'src/core/lib/channel/http_server_filter.c',
335 'src/core/lib/compression/compression_algorithm.c',
336 'src/core/lib/compression/message_compress.c',
337 'src/core/lib/debug/trace.c',
338 'src/core/lib/http/format_request.c',
339 'src/core/lib/http/httpcli.c',
340 'src/core/lib/http/parser.c',
341 'src/core/lib/iomgr/closure.c',
342 'src/core/lib/iomgr/endpoint.c',
343 'src/core/lib/iomgr/endpoint_pair_posix.c',
344 'src/core/lib/iomgr/endpoint_pair_windows.c',
345 'src/core/lib/iomgr/ev_poll_and_epoll_posix.c',
346 'src/core/lib/iomgr/ev_posix.c',
347 'src/core/lib/iomgr/exec_ctx.c',
348 'src/core/lib/iomgr/executor.c',
349 'src/core/lib/iomgr/iocp_windows.c',
350 'src/core/lib/iomgr/iomgr.c',
351 'src/core/lib/iomgr/iomgr_posix.c',
352 'src/core/lib/iomgr/iomgr_windows.c',
353 'src/core/lib/iomgr/pollset_set_windows.c',
354 'src/core/lib/iomgr/pollset_windows.c',
355 'src/core/lib/iomgr/resolve_address_posix.c',
356 'src/core/lib/iomgr/resolve_address_windows.c',
357 'src/core/lib/iomgr/sockaddr_utils.c',
358 'src/core/lib/iomgr/socket_utils_common_posix.c',
359 'src/core/lib/iomgr/socket_utils_linux.c',
360 'src/core/lib/iomgr/socket_utils_posix.c',
361 'src/core/lib/iomgr/socket_windows.c',
362 'src/core/lib/iomgr/tcp_client_posix.c',
363 'src/core/lib/iomgr/tcp_client_windows.c',
364 'src/core/lib/iomgr/tcp_posix.c',
365 'src/core/lib/iomgr/tcp_server_posix.c',
366 'src/core/lib/iomgr/tcp_server_windows.c',
367 'src/core/lib/iomgr/tcp_windows.c',
368 'src/core/lib/iomgr/time_averaged_stats.c',
369 'src/core/lib/iomgr/timer.c',
370 'src/core/lib/iomgr/timer_heap.c',
371 'src/core/lib/iomgr/udp_server.c',
372 'src/core/lib/iomgr/unix_sockets_posix.c',
373 'src/core/lib/iomgr/unix_sockets_posix_noop.c',
374 'src/core/lib/iomgr/wakeup_fd_eventfd.c',
375 'src/core/lib/iomgr/wakeup_fd_nospecial.c',
376 'src/core/lib/iomgr/wakeup_fd_pipe.c',
377 'src/core/lib/iomgr/wakeup_fd_posix.c',
378 'src/core/lib/iomgr/workqueue_posix.c',
379 'src/core/lib/iomgr/workqueue_windows.c',
380 'src/core/lib/json/json.c',
381 'src/core/lib/json/json_reader.c',
382 'src/core/lib/json/json_string.c',
383 'src/core/lib/json/json_writer.c',
384 'src/core/lib/surface/alarm.c',
385 'src/core/lib/surface/api_trace.c',
386 'src/core/lib/surface/byte_buffer.c',
387 'src/core/lib/surface/byte_buffer_reader.c',
388 'src/core/lib/surface/call.c',
389 'src/core/lib/surface/call_details.c',
390 'src/core/lib/surface/call_log_batch.c',
391 'src/core/lib/surface/channel.c',
392 'src/core/lib/surface/channel_init.c',
393 'src/core/lib/surface/channel_ping.c',
394 'src/core/lib/surface/channel_stack_type.c',
395 'src/core/lib/surface/completion_queue.c',
396 'src/core/lib/surface/event_string.c',
397 'src/core/lib/surface/lame_client.c',
398 'src/core/lib/surface/metadata_array.c',
399 'src/core/lib/surface/server.c',
400 'src/core/lib/surface/validate_metadata.c',
401 'src/core/lib/surface/version.c',
402 'src/core/lib/transport/byte_stream.c',
403 'src/core/lib/transport/connectivity_state.c',
404 'src/core/lib/transport/metadata.c',
405 'src/core/lib/transport/metadata_batch.c',
406 'src/core/lib/transport/static_metadata.c',
407 'src/core/lib/transport/transport.c',
408 'src/core/lib/transport/transport_op_string.c',
409 'src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c',
410 'src/core/ext/transport/chttp2/transport/bin_encoder.c',
411 'src/core/ext/transport/chttp2/transport/chttp2_plugin.c',
412 'src/core/ext/transport/chttp2/transport/chttp2_transport.c',
413 'src/core/ext/transport/chttp2/transport/frame_data.c',
414 'src/core/ext/transport/chttp2/transport/frame_goaway.c',
415 'src/core/ext/transport/chttp2/transport/frame_ping.c',
416 'src/core/ext/transport/chttp2/transport/frame_rst_stream.c',
417 'src/core/ext/transport/chttp2/transport/frame_settings.c',
418 'src/core/ext/transport/chttp2/transport/frame_window_update.c',
419 'src/core/ext/transport/chttp2/transport/hpack_encoder.c',
420 'src/core/ext/transport/chttp2/transport/hpack_parser.c',
421 'src/core/ext/transport/chttp2/transport/hpack_table.c',
422 'src/core/ext/transport/chttp2/transport/huffsyms.c',
423 'src/core/ext/transport/chttp2/transport/incoming_metadata.c',
424 'src/core/ext/transport/chttp2/transport/parsing.c',
425 'src/core/ext/transport/chttp2/transport/status_conversion.c',
426 'src/core/ext/transport/chttp2/transport/stream_lists.c',
427 'src/core/ext/transport/chttp2/transport/stream_map.c',
428 'src/core/ext/transport/chttp2/transport/timeout_encoding.c',
429 'src/core/ext/transport/chttp2/transport/varint.c',
430 'src/core/ext/transport/chttp2/transport/writing.c',
431 'src/core/ext/transport/chttp2/alpn/alpn.c',
432 'src/core/lib/http/httpcli_security_connector.c',
433 'src/core/lib/security/b64.c',
434 'src/core/lib/security/client_auth_filter.c',
435 'src/core/lib/security/credentials.c',
436 'src/core/lib/security/credentials_metadata.c',
437 'src/core/lib/security/credentials_posix.c',
438 'src/core/lib/security/credentials_win32.c',
439 'src/core/lib/security/google_default_credentials.c',
440 'src/core/lib/security/handshake.c',
441 'src/core/lib/security/json_token.c',
442 'src/core/lib/security/jwt_verifier.c',
443 'src/core/lib/security/secure_endpoint.c',
444 'src/core/lib/security/security_connector.c',
445 'src/core/lib/security/security_context.c',
446 'src/core/lib/security/server_auth_filter.c',
447 'src/core/lib/surface/init_secure.c',
448 'src/core/lib/tsi/fake_transport_security.c',
449 'src/core/lib/tsi/ssl_transport_security.c',
450 'src/core/lib/tsi/transport_security.c',
451 'src/core/ext/transport/chttp2/client/secure/secure_channel_create.c',
452 'src/core/ext/client_config/channel_connectivity.c',
453 'src/core/ext/client_config/client_channel.c',
454 'src/core/ext/client_config/client_channel_factory.c',
455 'src/core/ext/client_config/client_config.c',
456 'src/core/ext/client_config/client_config_plugin.c',
457 'src/core/ext/client_config/connector.c',
458 'src/core/ext/client_config/default_initial_connect_string.c',
459 'src/core/ext/client_config/initial_connect_string.c',
460 'src/core/ext/client_config/lb_policy.c',
461 'src/core/ext/client_config/lb_policy_factory.c',
462 'src/core/ext/client_config/lb_policy_registry.c',
463 'src/core/ext/client_config/parse_address.c',
464 'src/core/ext/client_config/resolver.c',
465 'src/core/ext/client_config/resolver_factory.c',
466 'src/core/ext/client_config/resolver_registry.c',
467 'src/core/ext/client_config/subchannel.c',
468 'src/core/ext/client_config/subchannel_call_holder.c',
469 'src/core/ext/client_config/subchannel_index.c',
470 'src/core/ext/client_config/uri_parser.c',
471 'src/core/ext/transport/chttp2/server/insecure/server_chttp2.c',
472 'src/core/ext/transport/chttp2/client/insecure/channel_create.c',
473 'src/core/ext/lb_policy/grpclb/load_balancer_api.c',
474 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c',
475 'third_party/nanopb/pb_common.c',
476 'third_party/nanopb/pb_decode.c',
477 'third_party/nanopb/pb_encode.c',
478 'src/core/ext/lb_policy/pick_first/pick_first.c',
479 'src/core/ext/lb_policy/round_robin/round_robin.c',
480 'src/core/ext/resolver/dns/native/dns_resolver.c',
481 'src/core/ext/resolver/sockaddr/sockaddr_resolver.c',
482 'src/core/ext/census/context.c',
483 'src/core/ext/census/grpc_context.c',
484 'src/core/ext/census/grpc_filter.c',
485 'src/core/ext/census/grpc_plugin.c',
486 'src/core/ext/census/initialize.c',
487 'src/core/ext/census/mlog.c',
488 'src/core/ext/census/operation.c',
489 'src/core/ext/census/placeholders.c',
490 'src/core/ext/census/tracing.c',
491 'src/core/plugin_registry/grpc_plugin_registry.c'
492
493 s.private_header_files = 'src/core/lib/profiling/timers.h',
494 'src/core/lib/support/backoff.h',
495 'src/core/lib/support/block_annotate.h',
496 'src/core/lib/support/env.h',
497 'src/core/lib/support/load_file.h',
498 'src/core/lib/support/murmur_hash.h',
499 'src/core/lib/support/stack_lockfree.h',
500 'src/core/lib/support/string.h',
501 'src/core/lib/support/string_win32.h',
502 'src/core/lib/support/thd_internal.h',
503 'src/core/lib/support/time_precise.h',
504 'src/core/lib/support/tmpfile.h',
505 'src/core/lib/channel/channel_args.h',
506 'src/core/lib/channel/channel_stack.h',
507 'src/core/lib/channel/channel_stack_builder.h',
508 'src/core/lib/channel/compress_filter.h',
509 'src/core/lib/channel/connected_channel.h',
510 'src/core/lib/channel/context.h',
511 'src/core/lib/channel/http_client_filter.h',
512 'src/core/lib/channel/http_server_filter.h',
513 'src/core/lib/compression/algorithm_metadata.h',
514 'src/core/lib/compression/message_compress.h',
515 'src/core/lib/debug/trace.h',
516 'src/core/lib/http/format_request.h',
517 'src/core/lib/http/httpcli.h',
518 'src/core/lib/http/parser.h',
519 'src/core/lib/iomgr/closure.h',
520 'src/core/lib/iomgr/endpoint.h',
521 'src/core/lib/iomgr/endpoint_pair.h',
522 'src/core/lib/iomgr/ev_poll_and_epoll_posix.h',
523 'src/core/lib/iomgr/ev_posix.h',
524 'src/core/lib/iomgr/exec_ctx.h',
525 'src/core/lib/iomgr/executor.h',
526 'src/core/lib/iomgr/iocp_windows.h',
527 'src/core/lib/iomgr/iomgr.h',
528 'src/core/lib/iomgr/iomgr_internal.h',
529 'src/core/lib/iomgr/iomgr_posix.h',
530 'src/core/lib/iomgr/pollset.h',
531 'src/core/lib/iomgr/pollset_set.h',
532 'src/core/lib/iomgr/pollset_set_windows.h',
533 'src/core/lib/iomgr/pollset_windows.h',
534 'src/core/lib/iomgr/resolve_address.h',
535 'src/core/lib/iomgr/sockaddr.h',
536 'src/core/lib/iomgr/sockaddr_posix.h',
537 'src/core/lib/iomgr/sockaddr_utils.h',
538 'src/core/lib/iomgr/sockaddr_win32.h',
539 'src/core/lib/iomgr/socket_utils_posix.h',
540 'src/core/lib/iomgr/socket_windows.h',
541 'src/core/lib/iomgr/tcp_client.h',
542 'src/core/lib/iomgr/tcp_posix.h',
543 'src/core/lib/iomgr/tcp_server.h',
544 'src/core/lib/iomgr/tcp_windows.h',
545 'src/core/lib/iomgr/time_averaged_stats.h',
546 'src/core/lib/iomgr/timer.h',
547 'src/core/lib/iomgr/timer_heap.h',
548 'src/core/lib/iomgr/udp_server.h',
549 'src/core/lib/iomgr/unix_sockets_posix.h',
550 'src/core/lib/iomgr/wakeup_fd_pipe.h',
551 'src/core/lib/iomgr/wakeup_fd_posix.h',
552 'src/core/lib/iomgr/workqueue.h',
553 'src/core/lib/iomgr/workqueue_posix.h',
554 'src/core/lib/iomgr/workqueue_windows.h',
555 'src/core/lib/json/json.h',
556 'src/core/lib/json/json_common.h',
557 'src/core/lib/json/json_reader.h',
558 'src/core/lib/json/json_writer.h',
559 'src/core/lib/surface/api_trace.h',
560 'src/core/lib/surface/call.h',
561 'src/core/lib/surface/call_test_only.h',
562 'src/core/lib/surface/channel.h',
563 'src/core/lib/surface/channel_init.h',
564 'src/core/lib/surface/channel_stack_type.h',
565 'src/core/lib/surface/completion_queue.h',
566 'src/core/lib/surface/event_string.h',
567 'src/core/lib/surface/init.h',
568 'src/core/lib/surface/lame_client.h',
569 'src/core/lib/surface/server.h',
570 'src/core/lib/surface/surface_trace.h',
571 'src/core/lib/transport/byte_stream.h',
572 'src/core/lib/transport/connectivity_state.h',
573 'src/core/lib/transport/metadata.h',
574 'src/core/lib/transport/metadata_batch.h',
575 'src/core/lib/transport/static_metadata.h',
576 'src/core/lib/transport/transport.h',
577 'src/core/lib/transport/transport_impl.h',
578 'src/core/ext/transport/chttp2/transport/bin_encoder.h',
579 'src/core/ext/transport/chttp2/transport/chttp2_transport.h',
580 'src/core/ext/transport/chttp2/transport/frame.h',
581 'src/core/ext/transport/chttp2/transport/frame_data.h',
582 'src/core/ext/transport/chttp2/transport/frame_goaway.h',
583 'src/core/ext/transport/chttp2/transport/frame_ping.h',
584 'src/core/ext/transport/chttp2/transport/frame_rst_stream.h',
585 'src/core/ext/transport/chttp2/transport/frame_settings.h',
586 'src/core/ext/transport/chttp2/transport/frame_window_update.h',
587 'src/core/ext/transport/chttp2/transport/hpack_encoder.h',
588 'src/core/ext/transport/chttp2/transport/hpack_parser.h',
589 'src/core/ext/transport/chttp2/transport/hpack_table.h',
590 'src/core/ext/transport/chttp2/transport/http2_errors.h',
591 'src/core/ext/transport/chttp2/transport/huffsyms.h',
592 'src/core/ext/transport/chttp2/transport/incoming_metadata.h',
593 'src/core/ext/transport/chttp2/transport/internal.h',
594 'src/core/ext/transport/chttp2/transport/status_conversion.h',
595 'src/core/ext/transport/chttp2/transport/stream_map.h',
596 'src/core/ext/transport/chttp2/transport/timeout_encoding.h',
597 'src/core/ext/transport/chttp2/transport/varint.h',
598 'src/core/ext/transport/chttp2/alpn/alpn.h',
599 'src/core/lib/security/auth_filters.h',
600 'src/core/lib/security/b64.h',
601 'src/core/lib/security/credentials.h',
602 'src/core/lib/security/handshake.h',
603 'src/core/lib/security/json_token.h',
604 'src/core/lib/security/jwt_verifier.h',
605 'src/core/lib/security/secure_endpoint.h',
606 'src/core/lib/security/security_connector.h',
607 'src/core/lib/security/security_context.h',
608 'src/core/lib/tsi/fake_transport_security.h',
609 'src/core/lib/tsi/ssl_transport_security.h',
610 'src/core/lib/tsi/ssl_types.h',
611 'src/core/lib/tsi/transport_security.h',
612 'src/core/lib/tsi/transport_security_interface.h',
613 'src/core/ext/client_config/client_channel.h',
614 'src/core/ext/client_config/client_channel_factory.h',
615 'src/core/ext/client_config/client_config.h',
616 'src/core/ext/client_config/connector.h',
617 'src/core/ext/client_config/initial_connect_string.h',
618 'src/core/ext/client_config/lb_policy.h',
619 'src/core/ext/client_config/lb_policy_factory.h',
620 'src/core/ext/client_config/lb_policy_registry.h',
621 'src/core/ext/client_config/parse_address.h',
622 'src/core/ext/client_config/resolver.h',
623 'src/core/ext/client_config/resolver_factory.h',
624 'src/core/ext/client_config/resolver_registry.h',
625 'src/core/ext/client_config/subchannel.h',
626 'src/core/ext/client_config/subchannel_call_holder.h',
627 'src/core/ext/client_config/subchannel_index.h',
628 'src/core/ext/client_config/uri_parser.h',
629 'src/core/ext/lb_policy/grpclb/load_balancer_api.h',
630 'src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h',
631 'third_party/nanopb/pb.h',
632 'third_party/nanopb/pb_common.h',
633 'third_party/nanopb/pb_decode.h',
634 'third_party/nanopb/pb_encode.h',
635 'src/core/ext/census/aggregation.h',
636 'src/core/ext/census/census_interface.h',
637 'src/core/ext/census/census_rpc_stats.h',
638 'src/core/ext/census/grpc_filter.h',
639 'src/core/ext/census/mlog.h',
640 'src/core/ext/census/rpc_metric_id.h'
641
642 s.header_mappings_dir = 'include/grpc'
643
644 src_root = '$(PODS_ROOT)/gRPC-Core'
645 # This isn't officially supported in Cocoapods. We've asked for an alternative:
646 # https://github.com/CocoaPods/CocoaPods/issues/4386
647 public_build_settings = {
648 'GRPC_SRC_ROOT' => src_root,
649 'HEADER_SEARCH_PATHS' => '"$(inherited)" "$(GRPC_SRC_ROOT)/include"',
650 }
651 private_build_settings = public_build_settings.merge({
652 'USE_HEADERMAP' => 'NO',
653 'ALWAYS_SEARCH_USER_PATHS' => 'NO',
654 'USER_HEADER_SEARCH_PATHS' => '"$(GRPC_SRC_ROOT)"',
655 })
656 s.user_target_xcconfig = public_build_settings
657 s.pod_target_xcconfig = private_build_settings
658
659 s.libraries = 'z'
660 s.dependency 'BoringSSL', '~> 3.0'
661end