From e12f676b299ca898622090448a5b80a580ee052b Mon Sep 17 00:00:00 2001 From: paul <423357+toothbrush@users.noreply.github.com> Date: Tue, 18 May 2021 15:28:52 +1000 Subject: [PATCH] README: Point at Swift tools 5.1 branch Should avoid folks with issues like mine: #21. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab4579301..54450cb20 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Read the full [documentation][1] and check out [this example iOS app][14] and th ## Supported Platforms -* Swift 5.3+ +* Swift 5.3+ (for Swift 5.1 support, use the [`swift-tools-5-1` branch](https://github.com/Peter-Schorn/SpotifyAPI/tree/swift-tools-5-1)) * iOS 13+ * macOS 10.15+ * tvOS 13+ @@ -302,4 +302,4 @@ This authorization process is implemented in this [example command-line app][23] [22]: https://github.com/Peter-Schorn/SpotifyAPIExampleApp#how-the-authorization-process-works [23]: https://github.com/Peter-Schorn/SpotifyAPIExamples -[24]: https://developer.spotify.com/documentation/web-api/reference/ \ No newline at end of file +[24]: https://developer.spotify.com/documentation/web-api/reference/