Lines Matching refs:Core
19 pod 'gRPC-Core', :path => GRPC_LOCAL_SRC
24 pod 'gRPC-Core/Cronet-Implementation', :path => GRPC_LOCAL_SRC
26 pod 'gRPC-Core/Tests', :path => GRPC_LOCAL_SRC, :inhibit_warnings => true
29 # gRPC-Core.podspec needs to be modified to be successfully used for local development. A Podfile's
33 # This podspec searches for the gRPC core library headers under "$(PODS_ROOT)/gRPC-Core", where
43 # This is the gRPC-Core podspec object, as initialized by its podspec file.
44 grpc_core_spec = installer.pod_targets.find{|t| t.name.start_with?('gRPC-Core')}.root_spec
46 # Copied from gRPC-Core.podspec, except for the adjusted src_root:
66 # CocoaPods creates duplicated library targets of gRPC-Core when the test targets include
67 # non-default subspecs of gRPC-Core. All of these library targets start with prefix 'gRPC-Core'
69 if target.name.start_with?('gRPC-Core')