Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rinov authored Sep 22, 2022
1 parent 1ed667b commit c52cc26
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,21 @@ ApiSession.shared.send(request) { result in
```

## Requirements
XCode 11+
Xcode 12+

Swift 5+

## Installation

### Swift Package Manager
Add the following to your Package.swift file:

```swift
dependencies: [
.package(url: "https://github.com/rinov/YoutubeKit.git", from: "0.7.0")
]
```

### Cocoapods

```
Expand Down

0 comments on commit c52cc26

Please sign in to comment.