From ca8f0cd89d63d6f5e5cb556b0dd30cd65632bc3a Mon Sep 17 00:00:00 2001 From: Sven Tiigi Date: Thu, 1 Feb 2024 20:23:51 +0100 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4750153..0a43fe2 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ struct ContentView: View { - [x] YouTube [Terms of Service](https://developers.google.com/youtube/terms/api-services-terms-of-service) compliant implementation ✅ - [x] Access to all native YouTube iFrame [APIs](https://developers.google.com/youtube/iframe_api_reference) 👩‍💻👨‍💻 - [x] Support for SwiftUI, UIKit and AppKit 🧑‍🎨 -- [x] Runs on iOS and macOS 📱 🖥 +- [x] Runs on iOS, macOS and visionOS 📱 🖥 👓 ## Example @@ -70,7 +70,7 @@ To integrate using Apple's [Swift Package Manager](https://swift.org/package-man ```swift dependencies: [ - .package(url: "https://github.com/SvenTiigi/YouTubePlayerKit.git", from: "1.6.0") + .package(url: "https://github.com/SvenTiigi/YouTubePlayerKit.git", from: "1.7.0") ] ```