Procházet zdrojové kódy

Explain platform support in the readme. (#578)

* Explain platform support in the readme.
Daniel Alm před 6 roky
rodič
revize
99d51ca220
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -18,6 +18,10 @@ insecure channels.
 gRPC Swift is built on top of [Swift NIO][swift-nio] as opposed to the core
 library provided by the [gRPC project][grpc].
 
+### Supported Platforms
+
+gRPC Swift's platform support is identical to the [platform support of Swift NIO](https://github.com/apple/swift-nio#supported-platforms).
+
 ## Getting Started
 
 There are two parts to gRPC Swift: the gRPC library and an API code generator.