Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Feb 1, 2024
1 parent 4825e6e commit ca8f0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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")
]
```

Expand Down

0 comments on commit ca8f0cd

Please sign in to comment.