소스 검색

Explain platform support in the readme. (#578)

* Explain platform support in the readme.
Daniel Alm 6 년 전
부모
커밋
99d51ca220
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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.