3 "version": "1.20.0-pre3",
4 "summary": "gRPC client library for iOS/OSX",
5 "homepage": "https://grpc.io",
6 "license": "Apache License, Version 2.0",
8 "The gRPC contributors": "grpc-packages@google.com"
11 "git": "https://github.com/grpc/grpc.git",
19 "module_name": "GRPCClient",
20 "header_dir": "GRPCClient",
26 "default_subspecs": "Main",
32 "pod_target_xcconfig": {
33 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
34 "CLANG_WARN_STRICT_PROTOTYPES": "NO"
39 "header_mappings_dir": "src/objective-c/GRPCClient",
41 "src/objective-c/GRPCClient/*.{h,m}",
42 "src/objective-c/GRPCClient/**/*.{h,m}"
44 "exclude_files": "src/objective-c/GRPCClient/GRPCCall+GID.{h,m}",
45 "private_header_files": [
46 "src/objective-c/GRPCClient/private/*.h",
47 "src/objective-c/GRPCClient/internal/*.h"
58 "gRPC-Core/CFStream-Implementation": [
65 "pod_target_xcconfig": {
66 "GCC_PREPROCESSOR_DEFINITIONS": "GRPC_CFSTREAM=1"
74 "header_mappings_dir": "src/objective-c/GRPCClient",
75 "source_files": "src/objective-c/GRPCClient/GRPCCall+GID.{h,m}",