2 "name": "gRPC-ProtoRPC",
3 "version": "1.13.0-pre1",
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.git",
18 "module_name": "ProtoRPC",
19 "header_dir": "ProtoRPC",
20 "default_subspecs": "Main",
21 "pod_target_xcconfig": {
22 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
23 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
24 "CLANG_WARN_STRICT_PROTOTYPES": "NO"
29 "header_mappings_dir": "src/objective-c/ProtoRPC",
41 "source_files": "src/objective-c/ProtoRPC/*.{h,m}"
49 "gRPC-ProtoRPC/Main": [
53 "pod_target_xcconfig": {
54 "GCC_PREPROCESSOR_DEFINITIONS": "GRPC_CFSTREAM=1"