blob: 08e16e4fd8e0905c4f5b149c9221f35e0df863ca [file] [log] [blame]
{
"name": "gRPC-Client-Swift",
"version": "1.0.0-alpha.7",
"swift_versions": "5.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Client-side library that depends on SwiftGRPC which is a library of gRPC written in Swift.",
"homepage": "https://github.com/cats-oss/grpc-swift-client",
"authors": {
"Kyohei Ito": "ito_kyohei@cyberagent.co.jp"
},
"source": {
"git": "https://github.com/cats-oss/grpc-swift-client.git",
"tag": "1.0.0-alpha.7"
},
"requires_arc": true,
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12"
},
"source_files": "Sources/GRPCClient/**/*.{h,swift}",
"module_name": "GRPCClient",
"dependencies": {
"gRPC-Swift": [
"1.0.0-alpha.17"
]
},
"swift_version": "5.0"
}