blob: d0647dd14e781a50a7442c32bcbc681a738472dd [file] [log] [blame]
{
"name": "gRPC-ProtoRPC",
"version": "1.6.0-pre1",
"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.6.0-pre1"
},
"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.6.0-pre1"
],
"gRPC-RxLibrary": [
"1.6.0-pre1"
],
"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"
}
}