From dacf3eca970f577c169bed6afad77a9bdfc94612 Mon Sep 17 00:00:00 2001 From: "David E. Weekly" Date: Tue, 8 Feb 2022 08:00:12 -1000 Subject: [PATCH] Add grpc-swift to language list (#28743) Swift doesn't seem to be on this "front page" list, but development is vibrant and seems officially supported. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b8bd32cc46..e9a18c358a3 100644 --- a/README.md +++ b/README.md @@ -101,3 +101,4 @@ seeking contributions for all of these libraries: | WebJS | [grpc-web](https://github.com/grpc/grpc-web) | | Dart | [grpc-dart](https://github.com/grpc/grpc-dart) | | .NET (pure C# impl.) | [grpc-dotnet](https://github.com/grpc/grpc-dotnet) | +| Swift | [grpc-swift](https://github.com/grpc/grpc-swift) |