Jelajahi Sumber

Explain platform support in the readme. (#578)

* Explain platform support in the readme.
Daniel Alm 6 tahun lalu
induk
melakukan
99d51ca220
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  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.