aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-01-26 15:39:32 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-02-15 14:49:34 -0800
commit0e00c430827e81d61e1e7164ef04ca21ccbfaa77 (patch)
tree9246301d4f3583a4befd834f7ea426663b8eb622 /gRPC-C++.podspec
parent8224c45866c6a2cfa29ede0c91a6ae9f40572658 (diff)
Move headers from grpc++ to grpcpp
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r--gRPC-C++.podspec79
1 files changed, 78 insertions, 1 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec
index 2f1f6bdc0a..2f5465c6b8 100644
--- a/gRPC-C++.podspec
+++ b/gRPC-C++.podspec
@@ -111,6 +111,51 @@ Pod::Spec.new do |s|
'include/grpc++/support/stub_options.h',
'include/grpc++/support/sync_stream.h',
'include/grpc++/support/time.h',
+ 'include/grpcpp/alarm.h',
+ 'include/grpcpp/channel.h',
+ 'include/grpcpp/client_context.h',
+ 'include/grpcpp/completion_queue.h',
+ 'include/grpcpp/create_channel.h',
+ 'include/grpcpp/create_channel_posix.h',
+ 'include/grpcpp/ext/health_check_service_server_builder_option.h',
+ 'include/grpcpp/generic/async_generic_service.h',
+ 'include/grpcpp/generic/generic_stub.h',
+ 'include/grpcpp/grpcpp.h',
+ 'include/grpcpp/health_check_service_interface.h',
+ 'include/grpcpp/impl/call.h',
+ 'include/grpcpp/impl/channel_argument_option.h',
+ 'include/grpcpp/impl/client_unary_call.h',
+ 'include/grpcpp/impl/codegen/core_codegen.h',
+ 'include/grpcpp/impl/grpc_library.h',
+ 'include/grpcpp/impl/method_handler_impl.h',
+ 'include/grpcpp/impl/rpc_method.h',
+ 'include/grpcpp/impl/rpc_service_method.h',
+ 'include/grpcpp/impl/serialization_traits.h',
+ 'include/grpcpp/impl/server_builder_option.h',
+ 'include/grpcpp/impl/server_builder_plugin.h',
+ 'include/grpcpp/impl/server_initializer.h',
+ 'include/grpcpp/impl/service_type.h',
+ 'include/grpcpp/resource_quota.h',
+ 'include/grpcpp/security/auth_context.h',
+ 'include/grpcpp/security/auth_metadata_processor.h',
+ 'include/grpcpp/security/credentials.h',
+ 'include/grpcpp/security/server_credentials.h',
+ 'include/grpcpp/server.h',
+ 'include/grpcpp/server_builder.h',
+ 'include/grpcpp/server_context.h',
+ 'include/grpcpp/server_posix.h',
+ 'include/grpcpp/support/async_stream.h',
+ 'include/grpcpp/support/async_unary_call.h',
+ 'include/grpcpp/support/byte_buffer.h',
+ 'include/grpcpp/support/channel_arguments.h',
+ 'include/grpcpp/support/config.h',
+ 'include/grpcpp/support/slice.h',
+ 'include/grpcpp/support/status.h',
+ 'include/grpcpp/support/status_code_enum.h',
+ 'include/grpcpp/support/string_ref.h',
+ 'include/grpcpp/support/stub_options.h',
+ 'include/grpcpp/support/sync_stream.h',
+ 'include/grpcpp/support/time.h',
'include/grpc++/impl/codegen/async_stream.h',
'include/grpc++/impl/codegen/async_unary_call.h',
'include/grpc++/impl/codegen/byte_buffer.h',
@@ -140,7 +185,37 @@ Pod::Spec.new do |s|
'include/grpc++/impl/codegen/string_ref.h',
'include/grpc++/impl/codegen/stub_options.h',
'include/grpc++/impl/codegen/sync_stream.h',
- 'include/grpc++/impl/codegen/time.h'
+ 'include/grpc++/impl/codegen/time.h',
+ 'include/grpcpp/impl/codegen/async_stream.h',
+ 'include/grpcpp/impl/codegen/async_unary_call.h',
+ 'include/grpcpp/impl/codegen/byte_buffer.h',
+ 'include/grpcpp/impl/codegen/call.h',
+ 'include/grpcpp/impl/codegen/call_hook.h',
+ 'include/grpcpp/impl/codegen/channel_interface.h',
+ 'include/grpcpp/impl/codegen/client_context.h',
+ 'include/grpcpp/impl/codegen/client_unary_call.h',
+ 'include/grpcpp/impl/codegen/completion_queue.h',
+ 'include/grpcpp/impl/codegen/completion_queue_tag.h',
+ 'include/grpcpp/impl/codegen/config.h',
+ 'include/grpcpp/impl/codegen/core_codegen_interface.h',
+ 'include/grpcpp/impl/codegen/create_auth_context.h',
+ 'include/grpcpp/impl/codegen/grpc_library.h',
+ 'include/grpcpp/impl/codegen/metadata_map.h',
+ 'include/grpcpp/impl/codegen/method_handler_impl.h',
+ 'include/grpcpp/impl/codegen/rpc_method.h',
+ 'include/grpcpp/impl/codegen/rpc_service_method.h',
+ 'include/grpcpp/impl/codegen/security/auth_context.h',
+ 'include/grpcpp/impl/codegen/serialization_traits.h',
+ 'include/grpcpp/impl/codegen/server_context.h',
+ 'include/grpcpp/impl/codegen/server_interface.h',
+ 'include/grpcpp/impl/codegen/service_type.h',
+ 'include/grpcpp/impl/codegen/slice.h',
+ 'include/grpcpp/impl/codegen/status.h',
+ 'include/grpcpp/impl/codegen/status_code_enum.h',
+ 'include/grpcpp/impl/codegen/string_ref.h',
+ 'include/grpcpp/impl/codegen/stub_options.h',
+ 'include/grpcpp/impl/codegen/sync_stream.h',
+ 'include/grpcpp/impl/codegen/time.h'
end
s.subspec 'Implementation' do |ss|
@@ -150,6 +225,7 @@ Pod::Spec.new do |s|
ss.dependency 'nanopb', '~> 0.3'
ss.source_files = 'include/grpc++/impl/codegen/core_codegen.h',
+ 'include/grpcpp/impl/codegen/core_codegen.h',
'src/cpp/client/secure_credentials.h',
'src/cpp/common/secure_auth_context.h',
'src/cpp/server/secure_server_credentials.h',
@@ -445,6 +521,7 @@ Pod::Spec.new do |s|
'src/core/ext/filters/workarounds/workaround_utils.h'
ss.private_header_files = 'include/grpc++/impl/codegen/core_codegen.h',
+ 'include/grpcpp/impl/codegen/core_codegen.h',
'src/cpp/client/secure_credentials.h',
'src/cpp/common/secure_auth_context.h',
'src/cpp/server/secure_server_credentials.h',