blob: efbb6c568541c5272ddb20965b13f31f8461344a [file] [log] [blame]
{
"name": "SwiftGRPCClient",
"version": "0.7.0",
"swift_versions": [
"5.0",
"5.1",
"5.1"
],
"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": "0.7.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"tvos": "10.0",
"osx": "10.10"
},
"source_files": "Sources/SwiftGRPCClient/*.{h,swift}",
"dependencies": {
"SwiftGRPC": [
"0.9.1"
]
},
"swift_version": "5.1"
}