blob: 9467fa013fc0d8284fe81f820e2ed6da5859c022 [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'
Craig Tillerba496452015-09-21 17:15:19 -070039 s.version = '0.11.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',
Craig Tillerba496452015-09-21 17:15:19 -070046 # :tag => 'release-0_11_0-objectivec-0.11.0' }
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -080047
Craig Tillerba496452015-09-21 17:15:19 -070048 s.ios.deployment_target = '7.1'
49 s.osx.deployment_target = '10.9'
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',
Hongyu Chena0f149e2015-08-24 16:27:19 -070071 'src/core/support/time_precise.h',
Craig Tillere2288fc2015-06-23 18:32:26 -070072 'grpc/support/alloc.h',
73 'grpc/support/atm.h',
74 'grpc/support/atm_gcc_atomic.h',
75 'grpc/support/atm_gcc_sync.h',
76 'grpc/support/atm_win32.h',
Craig Tillere2288fc2015-06-23 18:32:26 -070077 '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',
Craig Tillereb327fb2015-06-23 16:51:38 -0700100 'src/core/support/cmdline.c',
101 'src/core/support/cpu_iphone.c',
102 'src/core/support/cpu_linux.c',
103 'src/core/support/cpu_posix.c',
104 'src/core/support/cpu_windows.c',
105 'src/core/support/env_linux.c',
106 'src/core/support/env_posix.c',
107 'src/core/support/env_win32.c',
108 'src/core/support/file.c',
109 'src/core/support/file_posix.c',
110 'src/core/support/file_win32.c',
111 'src/core/support/histogram.c',
112 'src/core/support/host_port.c',
113 'src/core/support/log.c',
114 'src/core/support/log_android.c',
115 'src/core/support/log_linux.c',
116 'src/core/support/log_posix.c',
117 'src/core/support/log_win32.c',
118 'src/core/support/murmur_hash.c',
119 'src/core/support/slice.c',
120 'src/core/support/slice_buffer.c',
Vijay Pai005e3052015-07-10 15:18:45 -0700121 'src/core/support/stack_lockfree.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700122 'src/core/support/string.c',
123 'src/core/support/string_posix.c',
124 'src/core/support/string_win32.c',
125 'src/core/support/subprocess_posix.c',
126 'src/core/support/sync.c',
127 'src/core/support/sync_posix.c',
128 'src/core/support/sync_win32.c',
129 'src/core/support/thd.c',
130 'src/core/support/thd_posix.c',
131 'src/core/support/thd_win32.c',
132 'src/core/support/time.c',
133 'src/core/support/time_posix.c',
134 'src/core/support/time_win32.c',
135 'src/core/support/tls_pthread.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700136 'src/core/security/auth_filters.h',
137 'src/core/security/base64.h',
138 'src/core/security/credentials.h',
Julien Boeuf87047d72015-08-21 14:30:33 -0700139 'src/core/security/handshake.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700140 'src/core/security/json_token.h',
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200141 'src/core/security/jwt_verifier.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700142 'src/core/security/secure_endpoint.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700143 'src/core/security/security_connector.h',
144 'src/core/security/security_context.h',
145 'src/core/tsi/fake_transport_security.h',
146 'src/core/tsi/ssl_transport_security.h',
147 'src/core/tsi/transport_security.h',
148 'src/core/tsi/transport_security_interface.h',
Hongyu Chene09dc782015-08-21 11:28:33 -0700149 'src/core/census/grpc_filter.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700150 'src/core/channel/channel_args.h',
151 'src/core/channel/channel_stack.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700152 'src/core/channel/client_channel.h',
David Garcia Quintas8a187092015-07-01 14:52:44 -0700153 'src/core/channel/compress_filter.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700154 'src/core/channel/connected_channel.h',
155 'src/core/channel/context.h',
156 'src/core/channel/http_client_filter.h',
157 'src/core/channel/http_server_filter.h',
158 'src/core/channel/noop_filter.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700159 'src/core/client_config/client_config.h',
Craig Tiller91624662015-06-25 16:31:02 -0700160 'src/core/client_config/connector.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700161 'src/core/client_config/lb_policies/pick_first.h',
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700162 'src/core/client_config/lb_policies/round_robin.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700163 'src/core/client_config/lb_policy.h',
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700164 'src/core/client_config/lb_policy_factory.h',
165 'src/core/client_config/lb_policy_registry.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700166 'src/core/client_config/resolver.h',
167 'src/core/client_config/resolver_factory.h',
168 'src/core/client_config/resolver_registry.h',
169 'src/core/client_config/resolvers/dns_resolver.h',
Craig Tiller698d00c2015-07-20 12:32:58 -0700170 'src/core/client_config/resolvers/sockaddr_resolver.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700171 'src/core/client_config/subchannel.h',
172 'src/core/client_config/subchannel_factory.h',
Craig Tiller83f4d4e2015-07-29 18:14:41 -0700173 'src/core/client_config/subchannel_factory_decorators/add_channel_arg.h',
174 'src/core/client_config/subchannel_factory_decorators/merge_channel_args.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700175 'src/core/client_config/uri_parser.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700176 'src/core/compression/message_compress.h',
177 'src/core/debug/trace.h',
Craig Tillerf53d9c82015-08-04 14:19:43 -0700178 'src/core/httpcli/format_request.h',
179 'src/core/httpcli/httpcli.h',
180 'src/core/httpcli/parser.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700181 'src/core/iomgr/alarm.h',
182 'src/core/iomgr/alarm_heap.h',
183 'src/core/iomgr/alarm_internal.h',
Craig Tiller298751c2015-09-22 09:41:05 -0700184 'src/core/iomgr/closure.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700185 'src/core/iomgr/endpoint.h',
186 'src/core/iomgr/endpoint_pair.h',
Craig Tiller298751c2015-09-22 09:41:05 -0700187 'src/core/iomgr/exec_ctx.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700188 'src/core/iomgr/fd_posix.h',
189 'src/core/iomgr/iocp_windows.h',
190 'src/core/iomgr/iomgr.h',
191 'src/core/iomgr/iomgr_internal.h',
192 'src/core/iomgr/iomgr_posix.h',
193 'src/core/iomgr/pollset.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700194 'src/core/iomgr/pollset_posix.h',
195 'src/core/iomgr/pollset_set.h',
196 'src/core/iomgr/pollset_set_posix.h',
197 'src/core/iomgr/pollset_set_windows.h',
198 'src/core/iomgr/pollset_windows.h',
199 'src/core/iomgr/resolve_address.h',
200 'src/core/iomgr/sockaddr.h',
201 'src/core/iomgr/sockaddr_posix.h',
202 'src/core/iomgr/sockaddr_utils.h',
203 'src/core/iomgr/sockaddr_win32.h',
204 'src/core/iomgr/socket_utils_posix.h',
205 'src/core/iomgr/socket_windows.h',
206 'src/core/iomgr/tcp_client.h',
207 'src/core/iomgr/tcp_posix.h',
208 'src/core/iomgr/tcp_server.h',
209 'src/core/iomgr/tcp_windows.h',
210 'src/core/iomgr/time_averaged_stats.h',
Robbie Shade69535292015-07-10 14:27:34 -0400211 'src/core/iomgr/udp_server.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700212 'src/core/iomgr/wakeup_fd_pipe.h',
213 'src/core/iomgr/wakeup_fd_posix.h',
Craig Tiller73b66062015-09-09 09:34:46 -0700214 'src/core/iomgr/workqueue.h',
215 'src/core/iomgr/workqueue_posix.h',
216 'src/core/iomgr/workqueue_windows.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700217 'src/core/json/json.h',
218 'src/core/json/json_common.h',
219 'src/core/json/json_reader.h',
220 'src/core/json/json_writer.h',
221 'src/core/profiling/timers.h',
yang-g31ff8bc2015-08-25 14:09:06 -0700222 'src/core/statistics/census_interface.h',
223 'src/core/statistics/census_rpc_stats.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700224 'src/core/surface/byte_buffer_queue.h',
225 'src/core/surface/call.h',
226 'src/core/surface/channel.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700227 'src/core/surface/completion_queue.h',
228 'src/core/surface/event_string.h',
229 'src/core/surface/init.h',
230 'src/core/surface/server.h',
231 'src/core/surface/surface_trace.h',
232 'src/core/transport/chttp2/alpn.h',
233 'src/core/transport/chttp2/bin_encoder.h',
234 'src/core/transport/chttp2/frame.h',
235 'src/core/transport/chttp2/frame_data.h',
236 'src/core/transport/chttp2/frame_goaway.h',
237 'src/core/transport/chttp2/frame_ping.h',
238 'src/core/transport/chttp2/frame_rst_stream.h',
239 'src/core/transport/chttp2/frame_settings.h',
240 'src/core/transport/chttp2/frame_window_update.h',
241 'src/core/transport/chttp2/hpack_parser.h',
242 'src/core/transport/chttp2/hpack_table.h',
243 'src/core/transport/chttp2/http2_errors.h',
244 'src/core/transport/chttp2/huffsyms.h',
Craig Tiller6e8c7e82015-06-25 08:52:40 -0700245 'src/core/transport/chttp2/incoming_metadata.h',
246 'src/core/transport/chttp2/internal.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700247 'src/core/transport/chttp2/status_conversion.h',
248 'src/core/transport/chttp2/stream_encoder.h',
249 'src/core/transport/chttp2/stream_map.h',
250 'src/core/transport/chttp2/timeout_encoding.h',
251 'src/core/transport/chttp2/varint.h',
252 'src/core/transport/chttp2_transport.h',
Craig Tiller08a1cf82015-06-29 09:37:52 -0700253 'src/core/transport/connectivity_state.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700254 'src/core/transport/metadata.h',
255 'src/core/transport/stream_op.h',
256 'src/core/transport/transport.h',
257 'src/core/transport/transport_impl.h',
Alistair Veitch1c09acc2015-08-31 16:57:32 -0700258 'src/core/census/aggregation.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700259 'src/core/census/context.h',
Alistair Veitch9a099822015-08-27 13:16:00 -0700260 'src/core/census/rpc_metric_id.h',
Craig Tillere2288fc2015-06-23 18:32:26 -0700261 'grpc/grpc_security.h',
262 'grpc/byte_buffer.h',
263 'grpc/byte_buffer_reader.h',
264 'grpc/compression.h',
265 'grpc/grpc.h',
266 'grpc/status.h',
267 'grpc/census.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700268 'src/core/httpcli/httpcli_security_connector.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700269 'src/core/security/base64.c',
270 'src/core/security/client_auth_filter.c',
271 'src/core/security/credentials.c',
272 'src/core/security/credentials_metadata.c',
273 'src/core/security/credentials_posix.c',
274 'src/core/security/credentials_win32.c',
275 'src/core/security/google_default_credentials.c',
Julien Boeuf87047d72015-08-21 14:30:33 -0700276 'src/core/security/handshake.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700277 'src/core/security/json_token.c',
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200278 'src/core/security/jwt_verifier.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700279 'src/core/security/secure_endpoint.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700280 'src/core/security/security_connector.c',
281 'src/core/security/security_context.c',
282 'src/core/security/server_auth_filter.c',
283 'src/core/security/server_secure_chttp2.c',
284 'src/core/surface/init_secure.c',
285 'src/core/surface/secure_channel_create.c',
286 'src/core/tsi/fake_transport_security.c',
287 'src/core/tsi/ssl_transport_security.c',
288 'src/core/tsi/transport_security.c',
289 'src/core/census/grpc_context.c',
Hongyu Chene09dc782015-08-21 11:28:33 -0700290 'src/core/census/grpc_filter.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700291 'src/core/channel/channel_args.c',
292 'src/core/channel/channel_stack.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700293 'src/core/channel/client_channel.c',
David Garcia Quintas8a187092015-07-01 14:52:44 -0700294 'src/core/channel/compress_filter.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700295 'src/core/channel/connected_channel.c',
296 'src/core/channel/http_client_filter.c',
297 'src/core/channel/http_server_filter.c',
298 'src/core/channel/noop_filter.c',
Craig Tiller4b628112015-06-25 08:58:23 -0700299 'src/core/client_config/client_config.c',
Craig Tiller91624662015-06-25 16:31:02 -0700300 'src/core/client_config/connector.c',
Craig Tiller4b628112015-06-25 08:58:23 -0700301 'src/core/client_config/lb_policies/pick_first.c',
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700302 'src/core/client_config/lb_policies/round_robin.c',
Craig Tiller4b628112015-06-25 08:58:23 -0700303 'src/core/client_config/lb_policy.c',
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700304 'src/core/client_config/lb_policy_factory.c',
305 'src/core/client_config/lb_policy_registry.c',
Craig Tiller4b628112015-06-25 08:58:23 -0700306 'src/core/client_config/resolver.c',
307 'src/core/client_config/resolver_factory.c',
308 'src/core/client_config/resolver_registry.c',
309 'src/core/client_config/resolvers/dns_resolver.c',
Craig Tiller698d00c2015-07-20 12:32:58 -0700310 'src/core/client_config/resolvers/sockaddr_resolver.c',
Craig Tiller4b628112015-06-25 08:58:23 -0700311 'src/core/client_config/subchannel.c',
312 'src/core/client_config/subchannel_factory.c',
Craig Tiller83f4d4e2015-07-29 18:14:41 -0700313 'src/core/client_config/subchannel_factory_decorators/add_channel_arg.c',
314 'src/core/client_config/subchannel_factory_decorators/merge_channel_args.c',
Craig Tiller4b628112015-06-25 08:58:23 -0700315 'src/core/client_config/uri_parser.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700316 'src/core/compression/algorithm.c',
317 'src/core/compression/message_compress.c',
318 'src/core/debug/trace.c',
Craig Tillerf53d9c82015-08-04 14:19:43 -0700319 'src/core/httpcli/format_request.c',
320 'src/core/httpcli/httpcli.c',
321 'src/core/httpcli/parser.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700322 'src/core/iomgr/alarm.c',
323 'src/core/iomgr/alarm_heap.c',
Craig Tiller298751c2015-09-22 09:41:05 -0700324 'src/core/iomgr/closure.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700325 'src/core/iomgr/endpoint.c',
326 'src/core/iomgr/endpoint_pair_posix.c',
327 'src/core/iomgr/endpoint_pair_windows.c',
Craig Tiller8af4c332015-09-22 12:32:31 -0700328 'src/core/iomgr/exec_ctx.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700329 'src/core/iomgr/fd_posix.c',
330 'src/core/iomgr/iocp_windows.c',
331 'src/core/iomgr/iomgr.c',
332 'src/core/iomgr/iomgr_posix.c',
333 'src/core/iomgr/iomgr_windows.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700334 'src/core/iomgr/pollset_multipoller_with_epoll.c',
335 'src/core/iomgr/pollset_multipoller_with_poll_posix.c',
336 'src/core/iomgr/pollset_posix.c',
337 'src/core/iomgr/pollset_set_posix.c',
338 'src/core/iomgr/pollset_set_windows.c',
339 'src/core/iomgr/pollset_windows.c',
340 'src/core/iomgr/resolve_address_posix.c',
341 'src/core/iomgr/resolve_address_windows.c',
342 'src/core/iomgr/sockaddr_utils.c',
343 'src/core/iomgr/socket_utils_common_posix.c',
344 'src/core/iomgr/socket_utils_linux.c',
345 'src/core/iomgr/socket_utils_posix.c',
346 'src/core/iomgr/socket_windows.c',
347 'src/core/iomgr/tcp_client_posix.c',
348 'src/core/iomgr/tcp_client_windows.c',
349 'src/core/iomgr/tcp_posix.c',
350 'src/core/iomgr/tcp_server_posix.c',
351 'src/core/iomgr/tcp_server_windows.c',
352 'src/core/iomgr/tcp_windows.c',
353 'src/core/iomgr/time_averaged_stats.c',
Robbie Shade69535292015-07-10 14:27:34 -0400354 'src/core/iomgr/udp_server.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700355 'src/core/iomgr/wakeup_fd_eventfd.c',
356 'src/core/iomgr/wakeup_fd_nospecial.c',
357 'src/core/iomgr/wakeup_fd_pipe.c',
358 'src/core/iomgr/wakeup_fd_posix.c',
Craig Tiller73b66062015-09-09 09:34:46 -0700359 'src/core/iomgr/workqueue_posix.c',
360 'src/core/iomgr/workqueue_windows.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700361 'src/core/json/json.c',
362 'src/core/json/json_reader.c',
363 'src/core/json/json_string.c',
364 'src/core/json/json_writer.c',
365 'src/core/profiling/basic_timers.c',
366 'src/core/profiling/stap_timers.c',
367 'src/core/surface/byte_buffer.c',
368 'src/core/surface/byte_buffer_queue.c',
369 'src/core/surface/byte_buffer_reader.c',
370 'src/core/surface/call.c',
371 'src/core/surface/call_details.c',
372 'src/core/surface/call_log_batch.c',
373 'src/core/surface/channel.c',
Craig Tiller48cb07c2015-07-15 16:16:15 -0700374 'src/core/surface/channel_connectivity.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700375 'src/core/surface/channel_create.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700376 'src/core/surface/completion_queue.c',
377 'src/core/surface/event_string.c',
378 'src/core/surface/init.c',
379 'src/core/surface/lame_client.c',
380 'src/core/surface/metadata_array.c',
381 'src/core/surface/server.c',
382 'src/core/surface/server_chttp2.c',
383 'src/core/surface/server_create.c',
384 'src/core/surface/surface_trace.c',
Craig Tiller2e622bc2015-07-10 07:46:03 -0700385 'src/core/surface/version.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700386 'src/core/transport/chttp2/alpn.c',
387 'src/core/transport/chttp2/bin_encoder.c',
388 'src/core/transport/chttp2/frame_data.c',
389 'src/core/transport/chttp2/frame_goaway.c',
390 'src/core/transport/chttp2/frame_ping.c',
391 'src/core/transport/chttp2/frame_rst_stream.c',
392 'src/core/transport/chttp2/frame_settings.c',
393 'src/core/transport/chttp2/frame_window_update.c',
394 'src/core/transport/chttp2/hpack_parser.c',
395 'src/core/transport/chttp2/hpack_table.c',
396 'src/core/transport/chttp2/huffsyms.c',
Craig Tiller6e8c7e82015-06-25 08:52:40 -0700397 'src/core/transport/chttp2/incoming_metadata.c',
398 'src/core/transport/chttp2/parsing.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700399 'src/core/transport/chttp2/status_conversion.c',
400 'src/core/transport/chttp2/stream_encoder.c',
Craig Tiller6e8c7e82015-06-25 08:52:40 -0700401 'src/core/transport/chttp2/stream_lists.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700402 'src/core/transport/chttp2/stream_map.c',
403 'src/core/transport/chttp2/timeout_encoding.c',
404 'src/core/transport/chttp2/varint.c',
Craig Tiller6e8c7e82015-06-25 08:52:40 -0700405 'src/core/transport/chttp2/writing.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700406 'src/core/transport/chttp2_transport.c',
Craig Tiller08a1cf82015-06-29 09:37:52 -0700407 'src/core/transport/connectivity_state.c',
Craig Tillereb327fb2015-06-23 16:51:38 -0700408 'src/core/transport/metadata.c',
409 'src/core/transport/stream_op.c',
410 'src/core/transport/transport.c',
411 'src/core/transport/transport_op_string.c',
412 'src/core/census/context.c',
Alistair Veitch635899d2015-07-17 16:02:24 -0700413 'src/core/census/initialize.c',
Alistair Veitche6d0ad32015-08-13 09:59:48 -0700414 'src/core/census/operation.c',
Alistair Veitch0383d492015-07-26 15:29:00 -0700415 'src/core/census/tracing.c'
Craig Tillereb327fb2015-06-23 16:51:38 -0700416
Craig Tiller9f903da2015-06-24 08:59:27 -0700417 ss.private_header_files = 'src/core/support/env.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700418 'src/core/support/file.h',
419 'src/core/support/murmur_hash.h',
Vijay Pai005e3052015-07-10 15:18:45 -0700420 'src/core/support/stack_lockfree.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700421 'src/core/support/string.h',
422 'src/core/support/string_win32.h',
423 'src/core/support/thd_internal.h',
Hongyu Chena0f149e2015-08-24 16:27:19 -0700424 'src/core/support/time_precise.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700425 'src/core/security/auth_filters.h',
426 'src/core/security/base64.h',
427 'src/core/security/credentials.h',
Julien Boeuf87047d72015-08-21 14:30:33 -0700428 'src/core/security/handshake.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700429 'src/core/security/json_token.h',
Julien Boeuffeca1bf2015-06-22 16:46:20 +0200430 'src/core/security/jwt_verifier.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700431 'src/core/security/secure_endpoint.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700432 'src/core/security/security_connector.h',
433 'src/core/security/security_context.h',
434 'src/core/tsi/fake_transport_security.h',
435 'src/core/tsi/ssl_transport_security.h',
436 'src/core/tsi/transport_security.h',
437 'src/core/tsi/transport_security_interface.h',
Hongyu Chene09dc782015-08-21 11:28:33 -0700438 'src/core/census/grpc_filter.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700439 'src/core/channel/channel_args.h',
440 'src/core/channel/channel_stack.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700441 'src/core/channel/client_channel.h',
David Garcia Quintas8a187092015-07-01 14:52:44 -0700442 'src/core/channel/compress_filter.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700443 'src/core/channel/connected_channel.h',
444 'src/core/channel/context.h',
445 'src/core/channel/http_client_filter.h',
446 'src/core/channel/http_server_filter.h',
447 'src/core/channel/noop_filter.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700448 'src/core/client_config/client_config.h',
Craig Tiller91624662015-06-25 16:31:02 -0700449 'src/core/client_config/connector.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700450 'src/core/client_config/lb_policies/pick_first.h',
David Garcia Quintas4fb049b2015-09-03 17:26:06 -0700451 'src/core/client_config/lb_policies/round_robin.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700452 'src/core/client_config/lb_policy.h',
David Garcia Quintas5c4543d2015-09-03 15:49:56 -0700453 'src/core/client_config/lb_policy_factory.h',
454 'src/core/client_config/lb_policy_registry.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700455 'src/core/client_config/resolver.h',
456 'src/core/client_config/resolver_factory.h',
457 'src/core/client_config/resolver_registry.h',
458 'src/core/client_config/resolvers/dns_resolver.h',
Craig Tiller698d00c2015-07-20 12:32:58 -0700459 'src/core/client_config/resolvers/sockaddr_resolver.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700460 'src/core/client_config/subchannel.h',
461 'src/core/client_config/subchannel_factory.h',
Craig Tiller83f4d4e2015-07-29 18:14:41 -0700462 'src/core/client_config/subchannel_factory_decorators/add_channel_arg.h',
463 'src/core/client_config/subchannel_factory_decorators/merge_channel_args.h',
Craig Tiller4b628112015-06-25 08:58:23 -0700464 'src/core/client_config/uri_parser.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700465 'src/core/compression/message_compress.h',
466 'src/core/debug/trace.h',
Craig Tillerf53d9c82015-08-04 14:19:43 -0700467 'src/core/httpcli/format_request.h',
468 'src/core/httpcli/httpcli.h',
469 'src/core/httpcli/parser.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700470 'src/core/iomgr/alarm.h',
471 'src/core/iomgr/alarm_heap.h',
472 'src/core/iomgr/alarm_internal.h',
Craig Tiller298751c2015-09-22 09:41:05 -0700473 'src/core/iomgr/closure.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700474 'src/core/iomgr/endpoint.h',
475 'src/core/iomgr/endpoint_pair.h',
Craig Tiller298751c2015-09-22 09:41:05 -0700476 'src/core/iomgr/exec_ctx.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700477 'src/core/iomgr/fd_posix.h',
478 'src/core/iomgr/iocp_windows.h',
479 'src/core/iomgr/iomgr.h',
480 'src/core/iomgr/iomgr_internal.h',
481 'src/core/iomgr/iomgr_posix.h',
482 'src/core/iomgr/pollset.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700483 'src/core/iomgr/pollset_posix.h',
484 'src/core/iomgr/pollset_set.h',
485 'src/core/iomgr/pollset_set_posix.h',
486 'src/core/iomgr/pollset_set_windows.h',
487 'src/core/iomgr/pollset_windows.h',
488 'src/core/iomgr/resolve_address.h',
489 'src/core/iomgr/sockaddr.h',
490 'src/core/iomgr/sockaddr_posix.h',
491 'src/core/iomgr/sockaddr_utils.h',
492 'src/core/iomgr/sockaddr_win32.h',
493 'src/core/iomgr/socket_utils_posix.h',
494 'src/core/iomgr/socket_windows.h',
495 'src/core/iomgr/tcp_client.h',
496 'src/core/iomgr/tcp_posix.h',
497 'src/core/iomgr/tcp_server.h',
498 'src/core/iomgr/tcp_windows.h',
499 'src/core/iomgr/time_averaged_stats.h',
Robbie Shade69535292015-07-10 14:27:34 -0400500 'src/core/iomgr/udp_server.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700501 'src/core/iomgr/wakeup_fd_pipe.h',
502 'src/core/iomgr/wakeup_fd_posix.h',
Craig Tiller73b66062015-09-09 09:34:46 -0700503 'src/core/iomgr/workqueue.h',
504 'src/core/iomgr/workqueue_posix.h',
505 'src/core/iomgr/workqueue_windows.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700506 'src/core/json/json.h',
507 'src/core/json/json_common.h',
508 'src/core/json/json_reader.h',
509 'src/core/json/json_writer.h',
510 'src/core/profiling/timers.h',
yang-g31ff8bc2015-08-25 14:09:06 -0700511 'src/core/statistics/census_interface.h',
512 'src/core/statistics/census_rpc_stats.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700513 'src/core/surface/byte_buffer_queue.h',
514 'src/core/surface/call.h',
515 'src/core/surface/channel.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700516 'src/core/surface/completion_queue.h',
517 'src/core/surface/event_string.h',
518 'src/core/surface/init.h',
519 'src/core/surface/server.h',
520 'src/core/surface/surface_trace.h',
521 'src/core/transport/chttp2/alpn.h',
522 'src/core/transport/chttp2/bin_encoder.h',
523 'src/core/transport/chttp2/frame.h',
524 'src/core/transport/chttp2/frame_data.h',
525 'src/core/transport/chttp2/frame_goaway.h',
526 'src/core/transport/chttp2/frame_ping.h',
527 'src/core/transport/chttp2/frame_rst_stream.h',
528 'src/core/transport/chttp2/frame_settings.h',
529 'src/core/transport/chttp2/frame_window_update.h',
530 'src/core/transport/chttp2/hpack_parser.h',
531 'src/core/transport/chttp2/hpack_table.h',
532 'src/core/transport/chttp2/http2_errors.h',
533 'src/core/transport/chttp2/huffsyms.h',
Craig Tiller6e8c7e82015-06-25 08:52:40 -0700534 'src/core/transport/chttp2/incoming_metadata.h',
535 'src/core/transport/chttp2/internal.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700536 'src/core/transport/chttp2/status_conversion.h',
537 'src/core/transport/chttp2/stream_encoder.h',
538 'src/core/transport/chttp2/stream_map.h',
539 'src/core/transport/chttp2/timeout_encoding.h',
540 'src/core/transport/chttp2/varint.h',
541 'src/core/transport/chttp2_transport.h',
Craig Tiller08a1cf82015-06-29 09:37:52 -0700542 'src/core/transport/connectivity_state.h',
Craig Tillereb327fb2015-06-23 16:51:38 -0700543 'src/core/transport/metadata.h',
544 'src/core/transport/stream_op.h',
545 'src/core/transport/transport.h',
546 'src/core/transport/transport_impl.h',
Alistair Veitch1c09acc2015-08-31 16:57:32 -0700547 'src/core/census/aggregation.h',
Alistair Veitch635899d2015-07-17 16:02:24 -0700548 'src/core/census/context.h',
Alistair Veitch9a099822015-08-27 13:16:00 -0700549 'src/core/census/rpc_metric_id.h'
Craig Tillereb327fb2015-06-23 16:51:38 -0700550
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700551 ss.header_mappings_dir = '.'
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -0800552
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700553 ss.requires_arc = false
554 ss.libraries = 'z'
555 ss.dependency 'OpenSSL', '~> 1.0.200'
Jorge Canizales63c3efb2015-07-17 18:53:20 -0700556
557 # ss.compiler_flags = '-GCC_WARN_INHIBIT_ALL_WARNINGS', '-w'
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -0800558 end
559
Jorge Canizales146f1772015-04-27 23:59:22 -0700560 # This is a workaround for Cocoapods Issue #1437.
561 # It renames time.h and string.h to grpc_time.h and grpc_string.h.
562 # It needs to be here (top-level) instead of in the C-Core subspec because Cocoapods doesn't run
563 # prepare_command's of subspecs.
Jorge Canizales461b0942015-06-02 20:40:50 -0700564 #
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700565 # TODO(jcanizales): Try out others' solutions at Issue #1437.
Jorge Canizales146f1772015-04-27 23:59:22 -0700566 s.prepare_command = <<-CMD
murgatroid99df355772015-06-23 16:39:29 -0700567 # Move contents of include up a level to avoid manually specifying include paths
568 cp -r "include/grpc" "."
569
Jorge Canizales146f1772015-04-27 23:59:22 -0700570 DIR_TIME="grpc/support"
571 BAD_TIME="$DIR_TIME/time.h"
572 GOOD_TIME="$DIR_TIME/grpc_time.h"
Jorge Canizales59bb9d72015-06-22 19:04:15 -0700573 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 -0700574 if [ -f "$BAD_TIME" ];
Jorge Canizales146f1772015-04-27 23:59:22 -0700575 then
Jorge Canizales95068192015-07-02 20:18:43 -0700576 mv -f "$BAD_TIME" "$GOOD_TIME"
Jorge Canizales146f1772015-04-27 23:59:22 -0700577 fi
578
579 DIR_STRING="src/core/support"
580 BAD_STRING="$DIR_STRING/string.h"
581 GOOD_STRING="$DIR_STRING/grpc_string.h"
Jorge Canizales59bb9d72015-06-22 19:04:15 -0700582 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 -0700583 if [ -f "$BAD_STRING" ];
584 then
Jorge Canizales461b0942015-06-02 20:40:50 -0700585 mv -f "$BAD_STRING" "$GOOD_STRING"
Jorge Canizales146f1772015-04-27 23:59:22 -0700586 fi
587 CMD
588
Jorge Canizales461b0942015-06-02 20:40:50 -0700589 # Objective-C wrapper around the core gRPC library.
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700590 s.subspec 'GRPCClient' do |ss|
591 src_dir = "#{objc_dir}/GRPCClient"
592 ss.source_files = "#{src_dir}/*.{h,m}", "#{src_dir}/**/*.{h,m}"
593 ss.private_header_files = "#{src_dir}/private/*.h"
594 ss.header_mappings_dir = "#{objc_dir}"
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -0800595
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700596 ss.dependency 'gRPC/C-Core'
597 ss.dependency 'gRPC/RxLibrary'
Jorge Canizalesba37a3e2015-03-23 15:34:58 -0700598
Jorge Canizales8957cae2015-04-22 23:40:18 -0700599 # Certificates, to be able to establish TLS connections:
Jorge Canizalesbb54ae82015-06-28 06:50:58 -0700600 ss.resource_bundles = { 'gRPCCertificates' => ['etc/roots.pem'] }
Jorge Canizales8957cae2015-04-22 23:40:18 -0700601 end
602
Jorge Canizales461b0942015-06-02 20:40:50 -0700603 # RPC library for ProtocolBuffers, based on gRPC
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700604 s.subspec 'ProtoRPC' do |ss|
605 src_dir = "#{objc_dir}/ProtoRPC"
606 ss.source_files = "#{src_dir}/*.{h,m}"
607 ss.header_mappings_dir = "#{objc_dir}"
Jorge Canizales8957cae2015-04-22 23:40:18 -0700608
Jorge Canizalesea9b4fd2015-06-21 13:37:28 -0700609 ss.dependency 'gRPC/GRPCClient'
610 ss.dependency 'gRPC/RxLibrary'
Craig Tillerba496452015-09-21 17:15:19 -0700611 ss.dependency 'Protobuf', '~> 3.0.0-alpha-4'
Jorge Canizales8957cae2015-04-22 23:40:18 -0700612 end
Jorge Canizalesc2d7ecb2015-02-27 01:22:41 -0800613end