blob: 2c2e458f98ed7cd62505199a4f0f4071ff24f7f1 [file] [log] [blame]
{
"name": "CombineGRPC",
"version": "0.17.0",
"summary": "Combine framework integration for Swift gRPC",
"description": "CombineGRPC is a library that provides Combine framework integration for Swift gRPC. It provides two flavours of functionality, call and handle. Use call to make gRPC calls on the client side, and handle to handle incoming RPC calls on the server side. CombineGRPC provides versions of call and handle for all RPC styles: Unary, server streaming, client streaming and bidirectional streaming RPCs.",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/vyshane/grpc-swift-combine.git",
"tag": "0.17.0"
},
"authors": {
"Vy-Shane Xie": "s@vyshane.com"
},
"social_media_url": "https://twitter.com/vyshane",
"homepage": "https://github.com/vyshane/grpc-swift-combine",
"swift_versions": "5.0",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0"
},
"source_files": "Sources/CombineGRPC/**/*.swift",
"dependencies": {
"gRPC-Swift": [
"1.0.0-alpha.19"
],
"CombineExt": [
"1.2.0"
]
},
"swift_version": "5.0"
}