blob: 1285ad4d7e18c2d34486ee16a29fdb32cb106423 [file] [log] [blame]
{
"name": "SwiftGRPCClient",
"version": "0.3.0",
"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": "0.3.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "Sources/SwiftGRPCClient/*.{h,swift}",
"dependencies": {
"SwiftGRPC": [
"~> 0.9.0"
]
},
"swift_version": "5.0"
}