Lines Matching refs:Core
27 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
33 pod 'gRPC-Core/Cronet-Implementation', :path => GRPC_LOCAL_SRC
53 pod 'gRPC-Core/CFStream-Implementation', :path => GRPC_LOCAL_SRC
67 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
68 pod 'gRPC-Core/Cronet-Interface', :path => GRPC_LOCAL_SRC
69 pod 'gRPC-Core/Cronet-Implementation', :path => GRPC_LOCAL_SRC
70 pod 'gRPC-Core/Tests', :path => GRPC_LOCAL_SRC
74 # gRPC-Core.podspec needs to be modified to be successfully used for local development. A Podfile's
78 # This podspec searches for the gRPC core library headers under "$(PODS_ROOT)/gRPC-Core", where
88 # This is the gRPC-Core podspec object, as initialized by its podspec file.
89 grpc_core_spec = installer.pod_targets.find{|t| t.name.start_with?('gRPC-Core')}.root_spec
91 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
111 # CocoaPods creates duplicated library targets of gRPC-Core when the test targets include
112 # non-default subspecs of gRPC-Core. All of these library targets start with prefix 'gRPC-Core'
114 if target.name.start_with?('gRPC-Core')