blob: 59db0b71837adbf2c8455f2b93ad7cf140495db5 [file] [log] [blame]
{
"name": "gRPC-Client-Swift",
"version": "1.0.0-alpha.8",
"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.8"
},
"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.19"
]
},
"swift_version": "5.0"
}