blob: 359cc21792bbc1d7195307312d36d866483eb907 [file] [log] [blame]
{
"name": "SwiftGRPCClient",
"version": "0.1.0",
"swift_version": "4.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.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "Sources/SwiftGRPCClient/*.{h,swift}",
"dependencies": {
"SwiftGRPC": [
"~> 0.5.1"
]
}
}