aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-25 17:32:48 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-25 17:32:48 -0800
commit2425bbbc5587665112bc372c14f6b5483c902370 (patch)
tree615d3fb670d87965bd54f2452d302be545a58dd2 /gRPC.podspec
parentf48e538003186a539fa6cfcda0b474c7cfbae506 (diff)
Further work. Compiles. WIP
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec16
1 files changed, 16 insertions, 0 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index b20e2e5e36..ff7209e486 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -101,8 +101,24 @@ Pod::Spec.new do |s|
'include/grpc/support/tls_msvc.h',
'include/grpc/support/tls_pthread.h',
'include/grpc/support/useful.h',
+ 'include/grpc/impl/codegen/atm.h',
+ 'include/grpc/impl/codegen/atm_gcc_atomic.h',
+ 'include/grpc/impl/codegen/atm_gcc_sync.h',
+ 'include/grpc/impl/codegen/atm_win32.h',
+ 'include/grpc/impl/codegen/byte_buffer.h',
+ 'include/grpc/impl/codegen/compression_types.h',
'include/grpc/impl/codegen/connectivity_state.h',
+ 'include/grpc/impl/codegen/grpc_types.h',
+ 'include/grpc/impl/codegen/log.h',
'include/grpc/impl/codegen/port_platform.h',
+ 'include/grpc/impl/codegen/propagation_bits.h',
+ 'include/grpc/impl/codegen/slice.h',
+ 'include/grpc/impl/codegen/slice_buffer.h',
+ 'include/grpc/impl/codegen/status.h',
+ 'include/grpc/impl/codegen/sync.h',
+ 'include/grpc/impl/codegen/sync_generic.h',
+ 'include/grpc/impl/codegen/sync_posix.h',
+ 'include/grpc/impl/codegen/sync_win32.h',
'include/grpc/impl/codegen/time.h',
'src/core/profiling/basic_timers.c',
'src/core/profiling/stap_timers.c',