aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'gRPC.podspec')
-rw-r--r--gRPC.podspec9
1 files changed, 6 insertions, 3 deletions
diff --git a/gRPC.podspec b/gRPC.podspec
index 2c12403e5a..cce0d53aad 100644
--- a/gRPC.podspec
+++ b/gRPC.podspec
@@ -209,9 +209,10 @@ Pod::Spec.new do |s|
'src/core/iomgr/closure.h',
'src/core/iomgr/endpoint.h',
'src/core/iomgr/endpoint_pair.h',
+ 'src/core/iomgr/ev_poll_and_epoll_posix.h',
+ 'src/core/iomgr/ev_posix.h',
'src/core/iomgr/exec_ctx.h',
'src/core/iomgr/executor.h',
- 'src/core/iomgr/fd_posix.h',
'src/core/iomgr/iocp_windows.h',
'src/core/iomgr/iomgr.h',
'src/core/iomgr/iomgr_internal.h',
@@ -361,9 +362,10 @@ Pod::Spec.new do |s|
'src/core/iomgr/endpoint.c',
'src/core/iomgr/endpoint_pair_posix.c',
'src/core/iomgr/endpoint_pair_windows.c',
+ 'src/core/iomgr/ev_poll_and_epoll_posix.c',
+ 'src/core/iomgr/ev_posix.c',
'src/core/iomgr/exec_ctx.c',
'src/core/iomgr/executor.c',
- 'src/core/iomgr/fd_posix.c',
'src/core/iomgr/iocp_windows.c',
'src/core/iomgr/iomgr.c',
'src/core/iomgr/iomgr_posix.c',
@@ -518,9 +520,10 @@ Pod::Spec.new do |s|
'src/core/iomgr/closure.h',
'src/core/iomgr/endpoint.h',
'src/core/iomgr/endpoint_pair.h',
+ 'src/core/iomgr/ev_poll_and_epoll_posix.h',
+ 'src/core/iomgr/ev_posix.h',
'src/core/iomgr/exec_ctx.h',
'src/core/iomgr/executor.h',
- 'src/core/iomgr/fd_posix.h',
'src/core/iomgr/iocp_windows.h',
'src/core/iomgr/iomgr.h',
'src/core/iomgr/iomgr_internal.h',