blob: 17c6cb3e542481b76381c1980a160f347a80b1e7 [file] [log] [blame]
{
"name": "gRPC-ProtoRPC",
"version": "1.8.4",
"summary": "RPC library for Protocol Buffers, based on gRPC",
"homepage": "https://grpc.io",
"license": "Apache License, Version 2.0",
"authors": {
"The gRPC contributors": "grpc-packages@google.com"
},
"source": {
"git": "https://github.com/grpc/grpc.git",
"tag": "v1.8.4"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"module_name": "ProtoRPC",
"header_dir": "ProtoRPC",
"source_files": "src/objective-c/ProtoRPC/*.{h,m}",
"header_mappings_dir": "src/objective-c/ProtoRPC",
"dependencies": {
"gRPC": [
"1.8.4"
],
"gRPC-RxLibrary": [
"1.8.4"
],
"Protobuf": [
"~> 3.0"
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"CLANG_WARN_STRICT_PROTOTYPES": "NO"
}
}