2 "name": "gRPC-ProtoRPC",
4 "summary": "RPC library for Protocol Buffers, based on gRPC",
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-ios.git",
21 "module_name": "ProtoRPC",
22 "header_dir": "ProtoRPC",
28 "pod_target_xcconfig": {
29 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
30 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
31 "CLANG_WARN_STRICT_PROTOTYPES": "NO",
32 "CLANG_CXX_LANGUAGE_STANDARD": "c++14"
36 "name": "Legacy-Header",
37 "header_mappings_dir": "src/objective-c/ProtoRPC",
38 "public_header_files": "src/objective-c/ProtoRPC/ProtoRPCLegacy.h",
39 "source_files": "src/objective-c/ProtoRPC/ProtoRPCLegacy.h"
43 "header_mappings_dir": "src/objective-c/ProtoRPC",
45 "gRPC-ProtoRPC/Legacy-Header": [
56 "src/objective-c/ProtoRPC/ProtoMethod.{h,m}",
57 "src/objective-c/ProtoRPC/ProtoRPC.{h,m}",
58 "src/objective-c/ProtoRPC/ProtoService.{h,m}"
63 "header_mappings_dir": "src/objective-c/ProtoRPC",
65 "gRPC-ProtoRPC/Main": [
68 "gRPC-ProtoRPC/Legacy-Header": [
82 "src/objective-c/ProtoRPC/ProtoRPCLegacy.m",
83 "src/objective-c/ProtoRPC/ProtoServiceLegacy.m"
89 "gRPC-ProtoRPC/Legacy": [