blob: f9046f5d80dbf779b07324b44ec06a5034e5a04e [file] [log] [blame]
{
"name": "gRPC",
"version": "1.22.0",
"summary": "gRPC client library for iOS/OSX",
"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.22.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"tvos": "10.0"
},
"module_name": "GRPCClient",
"header_dir": "GRPCClient",
"dependencies": {
"gRPC-RxLibrary": [
"1.22.0"
]
},
"default_subspecs": "Main",
"resource_bundles": {
"gRPCCertificates": [
"etc/roots.pem"
]
},
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"CLANG_WARN_STRICT_PROTOTYPES": "NO"
},
"subspecs": [
{
"name": "Main",
"header_mappings_dir": "src/objective-c/GRPCClient",
"source_files": [
"src/objective-c/GRPCClient/*.{h,m}",
"src/objective-c/GRPCClient/**/*.{h,m}"
],
"exclude_files": "src/objective-c/GRPCClient/GRPCCall+GID.{h,m}",
"private_header_files": [
"src/objective-c/GRPCClient/private/*.h",
"src/objective-c/GRPCClient/internal/*.h"
],
"dependencies": {
"gRPC-Core": [
"1.22.0"
]
}
},
{
"name": "CFStream",
"dependencies": {
"gRPC/Main": [
"1.22.0"
]
}
},
{
"name": "GID",
"platforms": {
"ios": "7.0"
},
"header_mappings_dir": "src/objective-c/GRPCClient",
"source_files": "src/objective-c/GRPCClient/GRPCCall+GID.{h,m}",
"dependencies": {
"gRPC/Main": [
"1.22.0"
],
"Google/SignIn": [
]
}
}
]
}