blob: 632f1ad4e4ced0913cb782654fc2b895b5af0a10 [file] [log] [blame]
murgatroid99f680af02015-06-22 11:20:24 -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
murgatroid99f398d5c2015-06-16 14:07:36 -070036
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -080037Pod::Spec.new do |s|
38 s.name = 'gRPC'
Jorge Canizales63c3efb2015-07-17 18:53:20 -070039 s.version = '0.7.0'
Jorge Canizales043dc722015-06-02 15:15:07 -070040 s.summary = 'gRPC client library for iOS/OSX'
41 s.homepage = 'http://www.grpc.io'
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -080042 s.license = 'New BSD'
Jorge Canizales043dc722015-06-02 15:15:07 -070043 s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -080044
Jorge Canizales043dc722015-06-02 15:15:07 -070045 # s.source = { :git => 'https://github.com/grpc/grpc.git',
Jorge Canizales63c3efb2015-07-17 18:53:20 -070046 # :tag => 'release-0_10_0-objectivec-0.6.0' }
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -080047
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -080048 s.ios.deployment_target = '6.0'
Vince Gatto167b9722015-05-12 15:33:49 -070049 s.osx.deployment_target = '10.8'
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -080050 s.requires_arc = true
51
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -070052 objc_dir = 'src/objective-c'
53
Jorge Canizales461b0942015-06-02 20:40:50 -070054 # Reactive Extensions library for iOS.
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -070055 s.subspec 'RxLibrary' do |ss|
56 src_dir = "#{objc_dir}/RxLibrary"
57 ss.source_files = "#{src_dir}/*.{h,m}", "#{src_dir}/**/*.{h,m}"
58 ss.private_header_files = "#{src_dir}/private/*.h"
59 ss.header_mappings_dir = "#{objc_dir}"
Jorge Canizales045fabb2015-04-21 11:39:37 -070060 end
61
Jorge Canizales461b0942015-06-02 20:40:50 -070062 # Core cross-platform gRPC library, written in C.
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -070063 s.subspec 'C-Core' do |ss|
Craig Tiller9f903da2015-06-24 08:59:27 -070064 ss.source_files = 'src/core/support/env.h',
Craig Tillereb327fb2015-06-23 16:51:38 -070065 'src/core/support/file.h',
66 'src/core/support/murmur_hash.h',
Vijay Pai005e3052015-07-10 15:18:45 -070067 'src/core/support/stack_lockfree.h',
Craig Tillereb327fb2015-06-23 16:51:38 -070068 'src/core/support/grpc_string.h',
69 'src/core/support/string_win32.h',
70 'src/core/support/thd_internal.h',
Craig Tillere2288fc2015-06-23 18:32:26 -070071 'grpc/support/alloc.h',
72 'grpc/support/atm.h',
73 'grpc/support/atm_gcc_atomic.h',
74 'grpc/support/atm_gcc_sync.h',
75 'grpc/support/atm_win32.h',
76 'grpc/support/cancellable_platform.h',
77 'grpc/support/cmdline.h',
78 'grpc/support/cpu.h',
79 'grpc/support/histogram.h',
80 'grpc/support/host_port.h',
81 'grpc/support/log.h',
82 'grpc/support/log_win32.h',
83 'grpc/support/port_platform.h',
84 'grpc/support/slice.h',
85 'grpc/support/slice_buffer.h',
86 'grpc/support/string_util.h',
87 'grpc/support/subprocess.h',
88 'grpc/support/sync.h',
89 'grpc/support/sync_generic.h',
90 'grpc/support/sync_posix.h',
91 'grpc/support/sync_win32.h',
92 'grpc/support/thd.h',
93 'grpc/support/grpc_time.h',
94 'grpc/support/tls.h',
95 'grpc/support/tls_gcc.h',
96 'grpc/support/tls_msvc.h',
97 'grpc/support/tls_pthread.h',
98 'grpc/support/useful.h',
Craig Tillereb327fb2015-06-23 16:51:38 -070099 'src/core/support/alloc.c',
100 'src/core/support/cancellable.c',
101 'src/core/support/cmdline.c',
102 'src/core/support/cpu_iphone.c',
103 'src/core/support/cpu_linux.c',
104 'src/core/support/cpu_posix.c',
105 'src/core/support/cpu_windows.c',
106 'src/core/support/env_linux.c',
107 'src/core/support/env_posix.c',
108 'src/core/support/env_win32.c',
109 'src/core/support/file.c',
110 'src/core/support/file_posix.c',
111 'src/core/support/file_win32.c',
112 'src/core/support/histogram.c',
113 'src/core/support/host_port.c',
114 'src/core/support/log.c',
115 'src/core/support/log_android.c',
116 'src/core/support/log_linux.c',
117 'src/core/support/log_posix.c',
118 'src/core/support/log_win32.c',
119 'src/core/support/murmur_hash.c',
120 'src/core/support/slice.c',
121 'src/core/support/slice_buffer.c',
Vijay Pai005e3052015-07-10 15:18:45 -0700122 'src/core/support/stack_lockfree.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700123 'src/core/support/string.c',
124 'src/core/support/string_posix.c',
125 'src/core/support/string_win32.c',
126 'src/core/support/subprocess_posix.c',
127 'src/core/support/sync.c',
128 'src/core/support/sync_posix.c',
129 'src/core/support/sync_win32.c',
130 'src/core/support/thd.c',
131 'src/core/support/thd_posix.c',
132 'src/core/support/thd_win32.c',
133 'src/core/support/time.c',
134 'src/core/support/time_posix.c',
135 'src/core/support/time_win32.c',
136 'src/core/support/tls_pthread.c',
137 'src/core/httpcli/format_request.h',
138 'src/core/httpcli/httpcli.h',
139 'src/core/httpcli/httpcli_security_connector.h',
140 'src/core/httpcli/parser.h',
141 'src/core/security/auth_filters.h',
142 'src/core/security/base64.h',
143 'src/core/security/credentials.h',
144 'src/core/security/json_token.h',
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200145 'src/core/security/jwt_verifier.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700146 'src/core/security/secure_endpoint.h',
147 'src/core/security/secure_transport_setup.h',
148 'src/core/security/security_connector.h',
149 'src/core/security/security_context.h',
150 'src/core/tsi/fake_transport_security.h',
151 'src/core/tsi/ssl_transport_security.h',
152 'src/core/tsi/transport_security.h',
153 'src/core/tsi/transport_security_interface.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700154 'src/core/channel/census_filter.h',
155 'src/core/channel/channel_args.h',
156 'src/core/channel/channel_stack.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700157 'src/core/channel/client_channel.h',
David Garcia Quintas8a187092015-07-01 14:52:44 -0700158 'src/core/channel/compress_filter.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700159 'src/core/channel/connected_channel.h',
160 'src/core/channel/context.h',
161 'src/core/channel/http_client_filter.h',
162 'src/core/channel/http_server_filter.h',
163 'src/core/channel/noop_filter.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700164 'src/core/client_config/client_config.h',
Craig Tiller91624662015-06-25 16:31:02 -0700165 'src/core/client_config/connector.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700166 'src/core/client_config/lb_policies/pick_first.h',
167 'src/core/client_config/lb_policy.h',
168 'src/core/client_config/resolver.h',
169 'src/core/client_config/resolver_factory.h',
170 'src/core/client_config/resolver_registry.h',
171 'src/core/client_config/resolvers/dns_resolver.h',
Craig Tiller698d00c2015-07-20 12:32:58 -0700172 'src/core/client_config/resolvers/sockaddr_resolver.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700173 'src/core/client_config/subchannel.h',
174 'src/core/client_config/subchannel_factory.h',
Craig Tiller83f4d4e2015-07-29 18:14:41 -0700175 'src/core/client_config/subchannel_factory_decorators/add_channel_arg.h',
176 'src/core/client_config/subchannel_factory_decorators/merge_channel_args.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700177 'src/core/client_config/uri_parser.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700178 'src/core/compression/message_compress.h',
179 'src/core/debug/trace.h',
180 'src/core/iomgr/alarm.h',
181 'src/core/iomgr/alarm_heap.h',
182 'src/core/iomgr/alarm_internal.h',
183 'src/core/iomgr/endpoint.h',
184 'src/core/iomgr/endpoint_pair.h',
185 'src/core/iomgr/fd_posix.h',
186 'src/core/iomgr/iocp_windows.h',
187 'src/core/iomgr/iomgr.h',
188 'src/core/iomgr/iomgr_internal.h',
189 'src/core/iomgr/iomgr_posix.h',
190 'src/core/iomgr/pollset.h',
191 'src/core/iomgr/pollset_kick_posix.h',
192 'src/core/iomgr/pollset_posix.h',
193 'src/core/iomgr/pollset_set.h',
194 'src/core/iomgr/pollset_set_posix.h',
195 'src/core/iomgr/pollset_set_windows.h',
196 'src/core/iomgr/pollset_windows.h',
197 'src/core/iomgr/resolve_address.h',
198 'src/core/iomgr/sockaddr.h',
199 'src/core/iomgr/sockaddr_posix.h',
200 'src/core/iomgr/sockaddr_utils.h',
201 'src/core/iomgr/sockaddr_win32.h',
202 'src/core/iomgr/socket_utils_posix.h',
203 'src/core/iomgr/socket_windows.h',
204 'src/core/iomgr/tcp_client.h',
205 'src/core/iomgr/tcp_posix.h',
206 'src/core/iomgr/tcp_server.h',
207 'src/core/iomgr/tcp_windows.h',
208 'src/core/iomgr/time_averaged_stats.h',
209 'src/core/iomgr/wakeup_fd_pipe.h',
210 'src/core/iomgr/wakeup_fd_posix.h',
211 'src/core/json/json.h',
212 'src/core/json/json_common.h',
213 'src/core/json/json_reader.h',
214 'src/core/json/json_writer.h',
215 'src/core/profiling/timers.h',
216 'src/core/profiling/timers_preciseclock.h',
217 'src/core/surface/byte_buffer_queue.h',
218 'src/core/surface/call.h',
219 'src/core/surface/channel.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700220 'src/core/surface/completion_queue.h',
221 'src/core/surface/event_string.h',
222 'src/core/surface/init.h',
223 'src/core/surface/server.h',
224 'src/core/surface/surface_trace.h',
225 'src/core/transport/chttp2/alpn.h',
226 'src/core/transport/chttp2/bin_encoder.h',
227 'src/core/transport/chttp2/frame.h',
228 'src/core/transport/chttp2/frame_data.h',
229 'src/core/transport/chttp2/frame_goaway.h',
230 'src/core/transport/chttp2/frame_ping.h',
231 'src/core/transport/chttp2/frame_rst_stream.h',
232 'src/core/transport/chttp2/frame_settings.h',
233 'src/core/transport/chttp2/frame_window_update.h',
234 'src/core/transport/chttp2/hpack_parser.h',
235 'src/core/transport/chttp2/hpack_table.h',
236 'src/core/transport/chttp2/http2_errors.h',
237 'src/core/transport/chttp2/huffsyms.h',
Craig Tiller6e8c7e82015-06-25 08:52:40 -0700238 'src/core/transport/chttp2/incoming_metadata.h',
239 'src/core/transport/chttp2/internal.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700240 'src/core/transport/chttp2/status_conversion.h',
241 'src/core/transport/chttp2/stream_encoder.h',
242 'src/core/transport/chttp2/stream_map.h',
243 'src/core/transport/chttp2/timeout_encoding.h',
244 'src/core/transport/chttp2/varint.h',
245 'src/core/transport/chttp2_transport.h',
Craig Tiller08a1cf82015-06-29 09:37:52 -0700246 'src/core/transport/connectivity_state.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700247 'src/core/transport/metadata.h',
248 'src/core/transport/stream_op.h',
249 'src/core/transport/transport.h',
250 'src/core/transport/transport_impl.h',
251 'src/core/census/context.h',
Alistair Veitchb46f3f42015-07-20 13:34:10 -0700252 'src/core/census/rpc_stat_id.h',
Craig Tillere2288fc2015-06-23 18:32:26 -0700253 'grpc/grpc_security.h',
254 'grpc/byte_buffer.h',
255 'grpc/byte_buffer_reader.h',
256 'grpc/compression.h',
257 'grpc/grpc.h',
258 'grpc/status.h',
259 'grpc/census.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700260 'src/core/httpcli/format_request.c',
261 'src/core/httpcli/httpcli.c',
262 'src/core/httpcli/httpcli_security_connector.c',
263 'src/core/httpcli/parser.c',
264 'src/core/security/base64.c',
265 'src/core/security/client_auth_filter.c',
266 'src/core/security/credentials.c',
267 'src/core/security/credentials_metadata.c',
268 'src/core/security/credentials_posix.c',
269 'src/core/security/credentials_win32.c',
270 'src/core/security/google_default_credentials.c',
271 'src/core/security/json_token.c',
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200272 'src/core/security/jwt_verifier.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700273 'src/core/security/secure_endpoint.c',
274 'src/core/security/secure_transport_setup.c',
275 'src/core/security/security_connector.c',
276 'src/core/security/security_context.c',
277 'src/core/security/server_auth_filter.c',
278 'src/core/security/server_secure_chttp2.c',
279 'src/core/surface/init_secure.c',
280 'src/core/surface/secure_channel_create.c',
281 'src/core/tsi/fake_transport_security.c',
282 'src/core/tsi/ssl_transport_security.c',
283 'src/core/tsi/transport_security.c',
284 'src/core/census/grpc_context.c',
285 'src/core/channel/channel_args.c',
286 'src/core/channel/channel_stack.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700287 'src/core/channel/client_channel.c',
David Garcia Quintas8a187092015-07-01 14:52:44 -0700288 'src/core/channel/compress_filter.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700289 'src/core/channel/connected_channel.c',
290 'src/core/channel/http_client_filter.c',
291 'src/core/channel/http_server_filter.c',
292 'src/core/channel/noop_filter.c',
Craig Tiller4b628112015-06-25 08:58:23 -0700293 'src/core/client_config/client_config.c',
Craig Tiller91624662015-06-25 16:31:02 -0700294 'src/core/client_config/connector.c',
Craig Tiller4b628112015-06-25 08:58:23 -0700295 'src/core/client_config/lb_policies/pick_first.c',
296 'src/core/client_config/lb_policy.c',
297 'src/core/client_config/resolver.c',
298 'src/core/client_config/resolver_factory.c',
299 'src/core/client_config/resolver_registry.c',
300 'src/core/client_config/resolvers/dns_resolver.c',
Craig Tiller698d00c2015-07-20 12:32:58 -0700301 'src/core/client_config/resolvers/sockaddr_resolver.c',
Craig Tiller4b628112015-06-25 08:58:23 -0700302 'src/core/client_config/subchannel.c',
303 'src/core/client_config/subchannel_factory.c',
Craig Tiller83f4d4e2015-07-29 18:14:41 -0700304 'src/core/client_config/subchannel_factory_decorators/add_channel_arg.c',
305 'src/core/client_config/subchannel_factory_decorators/merge_channel_args.c',
Craig Tiller4b628112015-06-25 08:58:23 -0700306 'src/core/client_config/uri_parser.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700307 'src/core/compression/algorithm.c',
308 'src/core/compression/message_compress.c',
309 'src/core/debug/trace.c',
310 'src/core/iomgr/alarm.c',
311 'src/core/iomgr/alarm_heap.c',
312 'src/core/iomgr/endpoint.c',
313 'src/core/iomgr/endpoint_pair_posix.c',
314 'src/core/iomgr/endpoint_pair_windows.c',
315 'src/core/iomgr/fd_posix.c',
316 'src/core/iomgr/iocp_windows.c',
317 'src/core/iomgr/iomgr.c',
318 'src/core/iomgr/iomgr_posix.c',
319 'src/core/iomgr/iomgr_windows.c',
320 'src/core/iomgr/pollset_kick_posix.c',
321 'src/core/iomgr/pollset_multipoller_with_epoll.c',
322 'src/core/iomgr/pollset_multipoller_with_poll_posix.c',
323 'src/core/iomgr/pollset_posix.c',
324 'src/core/iomgr/pollset_set_posix.c',
325 'src/core/iomgr/pollset_set_windows.c',
326 'src/core/iomgr/pollset_windows.c',
327 'src/core/iomgr/resolve_address_posix.c',
328 'src/core/iomgr/resolve_address_windows.c',
329 'src/core/iomgr/sockaddr_utils.c',
330 'src/core/iomgr/socket_utils_common_posix.c',
331 'src/core/iomgr/socket_utils_linux.c',
332 'src/core/iomgr/socket_utils_posix.c',
333 'src/core/iomgr/socket_windows.c',
334 'src/core/iomgr/tcp_client_posix.c',
335 'src/core/iomgr/tcp_client_windows.c',
336 'src/core/iomgr/tcp_posix.c',
337 'src/core/iomgr/tcp_server_posix.c',
338 'src/core/iomgr/tcp_server_windows.c',
339 'src/core/iomgr/tcp_windows.c',
340 'src/core/iomgr/time_averaged_stats.c',
341 'src/core/iomgr/wakeup_fd_eventfd.c',
342 'src/core/iomgr/wakeup_fd_nospecial.c',
343 'src/core/iomgr/wakeup_fd_pipe.c',
344 'src/core/iomgr/wakeup_fd_posix.c',
345 'src/core/json/json.c',
346 'src/core/json/json_reader.c',
347 'src/core/json/json_string.c',
348 'src/core/json/json_writer.c',
349 'src/core/profiling/basic_timers.c',
350 'src/core/profiling/stap_timers.c',
351 'src/core/surface/byte_buffer.c',
352 'src/core/surface/byte_buffer_queue.c',
353 'src/core/surface/byte_buffer_reader.c',
354 'src/core/surface/call.c',
355 'src/core/surface/call_details.c',
356 'src/core/surface/call_log_batch.c',
357 'src/core/surface/channel.c',
Craig Tiller48cb07c2015-07-15 16:16:15 -0700358 'src/core/surface/channel_connectivity.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700359 'src/core/surface/channel_create.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700360 'src/core/surface/completion_queue.c',
361 'src/core/surface/event_string.c',
362 'src/core/surface/init.c',
363 'src/core/surface/lame_client.c',
364 'src/core/surface/metadata_array.c',
365 'src/core/surface/server.c',
366 'src/core/surface/server_chttp2.c',
367 'src/core/surface/server_create.c',
368 'src/core/surface/surface_trace.c',
Craig Tiller2e622bc2015-07-10 07:46:03 -0700369 'src/core/surface/version.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700370 'src/core/transport/chttp2/alpn.c',
371 'src/core/transport/chttp2/bin_encoder.c',
372 'src/core/transport/chttp2/frame_data.c',
373 'src/core/transport/chttp2/frame_goaway.c',
374 'src/core/transport/chttp2/frame_ping.c',
375 'src/core/transport/chttp2/frame_rst_stream.c',
376 'src/core/transport/chttp2/frame_settings.c',
377 'src/core/transport/chttp2/frame_window_update.c',
378 'src/core/transport/chttp2/hpack_parser.c',
379 'src/core/transport/chttp2/hpack_table.c',
380 'src/core/transport/chttp2/huffsyms.c',
Craig Tiller6e8c7e82015-06-25 08:52:40 -0700381 'src/core/transport/chttp2/incoming_metadata.c',
382 'src/core/transport/chttp2/parsing.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700383 'src/core/transport/chttp2/status_conversion.c',
384 'src/core/transport/chttp2/stream_encoder.c',
Craig Tiller6e8c7e82015-06-25 08:52:40 -0700385 'src/core/transport/chttp2/stream_lists.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700386 'src/core/transport/chttp2/stream_map.c',
387 'src/core/transport/chttp2/timeout_encoding.c',
388 'src/core/transport/chttp2/varint.c',
Craig Tiller6e8c7e82015-06-25 08:52:40 -0700389 'src/core/transport/chttp2/writing.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700390 'src/core/transport/chttp2_transport.c',
Craig Tiller08a1cf82015-06-29 09:37:52 -0700391 'src/core/transport/connectivity_state.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700392 'src/core/transport/metadata.c',
393 'src/core/transport/stream_op.c',
394 'src/core/transport/transport.c',
395 'src/core/transport/transport_op_string.c',
396 'src/core/census/context.c',
Alistair Veitch635899d2015-07-17 16:02:24 -0700397 'src/core/census/initialize.c',
398 'src/core/census/record_stat.c'
Craig Tillereb327fb2015-06-23 16:51:38 -0700399
Craig Tiller9f903da2015-06-24 08:59:27 -0700400 ss.private_header_files = 'src/core/support/env.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700401 'src/core/support/file.h',
402 'src/core/support/murmur_hash.h',
Vijay Pai005e3052015-07-10 15:18:45 -0700403 'src/core/support/stack_lockfree.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700404 'src/core/support/string.h',
405 'src/core/support/string_win32.h',
406 'src/core/support/thd_internal.h',
407 'src/core/httpcli/format_request.h',
408 'src/core/httpcli/httpcli.h',
409 'src/core/httpcli/httpcli_security_connector.h',
410 'src/core/httpcli/parser.h',
411 'src/core/security/auth_filters.h',
412 'src/core/security/base64.h',
413 'src/core/security/credentials.h',
414 'src/core/security/json_token.h',
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200415 'src/core/security/jwt_verifier.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700416 'src/core/security/secure_endpoint.h',
417 'src/core/security/secure_transport_setup.h',
418 'src/core/security/security_connector.h',
419 'src/core/security/security_context.h',
420 'src/core/tsi/fake_transport_security.h',
421 'src/core/tsi/ssl_transport_security.h',
422 'src/core/tsi/transport_security.h',
423 'src/core/tsi/transport_security_interface.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700424 'src/core/channel/census_filter.h',
425 'src/core/channel/channel_args.h',
426 'src/core/channel/channel_stack.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700427 'src/core/channel/client_channel.h',
David Garcia Quintas8a187092015-07-01 14:52:44 -0700428 'src/core/channel/compress_filter.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700429 'src/core/channel/connected_channel.h',
430 'src/core/channel/context.h',
431 'src/core/channel/http_client_filter.h',
432 'src/core/channel/http_server_filter.h',
433 'src/core/channel/noop_filter.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700434 'src/core/client_config/client_config.h',
Craig Tiller91624662015-06-25 16:31:02 -0700435 'src/core/client_config/connector.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700436 'src/core/client_config/lb_policies/pick_first.h',
437 'src/core/client_config/lb_policy.h',
438 'src/core/client_config/resolver.h',
439 'src/core/client_config/resolver_factory.h',
440 'src/core/client_config/resolver_registry.h',
441 'src/core/client_config/resolvers/dns_resolver.h',
Craig Tiller698d00c2015-07-20 12:32:58 -0700442 'src/core/client_config/resolvers/sockaddr_resolver.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700443 'src/core/client_config/subchannel.h',
444 'src/core/client_config/subchannel_factory.h',
Craig Tiller83f4d4e2015-07-29 18:14:41 -0700445 'src/core/client_config/subchannel_factory_decorators/add_channel_arg.h',
446 'src/core/client_config/subchannel_factory_decorators/merge_channel_args.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700447 'src/core/client_config/uri_parser.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700448 'src/core/compression/message_compress.h',
449 'src/core/debug/trace.h',
450 'src/core/iomgr/alarm.h',
451 'src/core/iomgr/alarm_heap.h',
452 'src/core/iomgr/alarm_internal.h',
453 'src/core/iomgr/endpoint.h',
454 'src/core/iomgr/endpoint_pair.h',
455 'src/core/iomgr/fd_posix.h',
456 'src/core/iomgr/iocp_windows.h',
457 'src/core/iomgr/iomgr.h',
458 'src/core/iomgr/iomgr_internal.h',
459 'src/core/iomgr/iomgr_posix.h',
460 'src/core/iomgr/pollset.h',
461 'src/core/iomgr/pollset_kick_posix.h',
462 'src/core/iomgr/pollset_posix.h',
463 'src/core/iomgr/pollset_set.h',
464 'src/core/iomgr/pollset_set_posix.h',
465 'src/core/iomgr/pollset_set_windows.h',
466 'src/core/iomgr/pollset_windows.h',
467 'src/core/iomgr/resolve_address.h',
468 'src/core/iomgr/sockaddr.h',
469 'src/core/iomgr/sockaddr_posix.h',
470 'src/core/iomgr/sockaddr_utils.h',
471 'src/core/iomgr/sockaddr_win32.h',
472 'src/core/iomgr/socket_utils_posix.h',
473 'src/core/iomgr/socket_windows.h',
474 'src/core/iomgr/tcp_client.h',
475 'src/core/iomgr/tcp_posix.h',
476 'src/core/iomgr/tcp_server.h',
477 'src/core/iomgr/tcp_windows.h',
478 'src/core/iomgr/time_averaged_stats.h',
479 'src/core/iomgr/wakeup_fd_pipe.h',
480 'src/core/iomgr/wakeup_fd_posix.h',
481 'src/core/json/json.h',
482 'src/core/json/json_common.h',
483 'src/core/json/json_reader.h',
484 'src/core/json/json_writer.h',
485 'src/core/profiling/timers.h',
486 'src/core/profiling/timers_preciseclock.h',
487 'src/core/surface/byte_buffer_queue.h',
488 'src/core/surface/call.h',
489 'src/core/surface/channel.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700490 'src/core/surface/completion_queue.h',
491 'src/core/surface/event_string.h',
492 'src/core/surface/init.h',
493 'src/core/surface/server.h',
494 'src/core/surface/surface_trace.h',
495 'src/core/transport/chttp2/alpn.h',
496 'src/core/transport/chttp2/bin_encoder.h',
497 'src/core/transport/chttp2/frame.h',
498 'src/core/transport/chttp2/frame_data.h',
499 'src/core/transport/chttp2/frame_goaway.h',
500 'src/core/transport/chttp2/frame_ping.h',
501 'src/core/transport/chttp2/frame_rst_stream.h',
502 'src/core/transport/chttp2/frame_settings.h',
503 'src/core/transport/chttp2/frame_window_update.h',
504 'src/core/transport/chttp2/hpack_parser.h',
505 'src/core/transport/chttp2/hpack_table.h',
506 'src/core/transport/chttp2/http2_errors.h',
507 'src/core/transport/chttp2/huffsyms.h',
Craig Tiller6e8c7e82015-06-25 08:52:40 -0700508 'src/core/transport/chttp2/incoming_metadata.h',
509 'src/core/transport/chttp2/internal.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700510 'src/core/transport/chttp2/status_conversion.h',
511 'src/core/transport/chttp2/stream_encoder.h',
512 'src/core/transport/chttp2/stream_map.h',
513 'src/core/transport/chttp2/timeout_encoding.h',
514 'src/core/transport/chttp2/varint.h',
515 'src/core/transport/chttp2_transport.h',
Craig Tiller08a1cf82015-06-29 09:37:52 -0700516 'src/core/transport/connectivity_state.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700517 'src/core/transport/metadata.h',
518 'src/core/transport/stream_op.h',
519 'src/core/transport/transport.h',
520 'src/core/transport/transport_impl.h',
Alistair Veitch635899d2015-07-17 16:02:24 -0700521 'src/core/census/context.h',
Alistair Veitchb46f3f42015-07-20 13:34:10 -0700522 'src/core/census/rpc_stat_id.h'
Craig Tillereb327fb2015-06-23 16:51:38 -0700523
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700524 ss.header_mappings_dir = '.'
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -0800525
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700526 ss.requires_arc = false
527 ss.libraries = 'z'
528 ss.dependency 'OpenSSL', '~> 1.0.200'
Jorge Canizales63c3efb2015-07-17 18:53:20 -0700529
530 # ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w'
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -0800531 end
532
Jorge Canizales146f1772015-04-27 23:59:22 -0700533 # This is a workaround for Cocoapods Issue #1437.
534 # It renames time.h and string.h to grpc_time.h and grpc_string.h.
535 # It needs to be here (top-level) instead of in the C-Core subspec because Cocoapods doesn't run
536 # prepare_command's of subspecs.
Jorge Canizales461b0942015-06-02 20:40:50 -0700537 #
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700538 # TODO(jcanizales): Try out others' solutions at Issue #1437.
Jorge Canizales146f1772015-04-27 23:59:22 -0700539 s.prepare_command = <<-CMD
murgatroid99df355772015-06-23 16:39:29 -0700540 # Move contents of include up a level to avoid manually specifying include paths
541 cp -r "include/grpc" "."
542
Jorge Canizales146f1772015-04-27 23:59:22 -0700543 DIR_TIME="grpc/support"
544 BAD_TIME="$DIR_TIME/time.h"
545 GOOD_TIME="$DIR_TIME/grpc_time.h"
Jorge Canizales59bb9d72015-06-22 19:04:15 -0700546 grep -rl "$BAD_TIME" grpc src/core src/objective-c/GRPCClient | xargs sed -i '' -e s@$BAD_TIME@$GOOD_TIME@g
Jorge Canizales95068192015-07-02 20:18:43 -0700547 if [ -f "$BAD_TIME" ];
Jorge Canizales146f1772015-04-27 23:59:22 -0700548 then
Jorge Canizales95068192015-07-02 20:18:43 -0700549 mv -f "$BAD_TIME" "$GOOD_TIME"
Jorge Canizales146f1772015-04-27 23:59:22 -0700550 fi
551
552 DIR_STRING="src/core/support"
553 BAD_STRING="$DIR_STRING/string.h"
554 GOOD_STRING="$DIR_STRING/grpc_string.h"
Jorge Canizales59bb9d72015-06-22 19:04:15 -0700555 grep -rl "$BAD_STRING" grpc src/core src/objective-c/GRPCClient | xargs sed -i '' -e s@$BAD_STRING@$GOOD_STRING@g
Jorge Canizales146f1772015-04-27 23:59:22 -0700556 if [ -f "$BAD_STRING" ];
557 then
Jorge Canizales461b0942015-06-02 20:40:50 -0700558 mv -f "$BAD_STRING" "$GOOD_STRING"
Jorge Canizales146f1772015-04-27 23:59:22 -0700559 fi
560 CMD
561
Jorge Canizales461b0942015-06-02 20:40:50 -0700562 # Objective-C wrapper around the core gRPC library.
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700563 s.subspec 'GRPCClient' do |ss|
564 src_dir = "#{objc_dir}/GRPCClient"
565 ss.source_files = "#{src_dir}/*.{h,m}", "#{src_dir}/**/*.{h,m}"
566 ss.private_header_files = "#{src_dir}/private/*.h"
567 ss.header_mappings_dir = "#{objc_dir}"
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -0800568
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700569 ss.dependency 'gRPC/C-Core'
570 ss.dependency 'gRPC/RxLibrary'
Jorge Canizalesba37a3e2015-03-23 15:34:58 -0700571
Jorge Canizales8957cae2015-04-22 23:40:18 -0700572 # Certificates, to be able to establish TLS connections:
Jorge Canizalesbb54ae82015-06-28 06:50:58 -0700573 ss.resource_bundles = { 'gRPCCertificates' => ['etc/roots.pem'] }
Jorge Canizales8957cae2015-04-22 23:40:18 -0700574 end
575
Jorge Canizales461b0942015-06-02 20:40:50 -0700576 # RPC library for ProtocolBuffers, based on gRPC
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700577 s.subspec 'ProtoRPC' do |ss|
578 src_dir = "#{objc_dir}/ProtoRPC"
579 ss.source_files = "#{src_dir}/*.{h,m}"
580 ss.header_mappings_dir = "#{objc_dir}"
Jorge Canizales8957cae2015-04-22 23:40:18 -0700581
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700582 ss.dependency 'gRPC/GRPCClient'
583 ss.dependency 'gRPC/RxLibrary'
584 ss.dependency 'Protobuf', '~> 3.0.0-alpha-3'
Jorge Canizales8957cae2015-04-22 23:40:18 -0700585 end
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -0800586end