Skip to content

Commit

Permalink
Merge pull request #421 from apivideo/swift-client-add-transcript-fea…
Browse files Browse the repository at this point in the history
…ture

[SDK README - api.video-swift-client] Add transcript feature
  • Loading branch information
szekelyzol authored Oct 9, 2024
2 parents 4edd9ed + 0229e20 commit b9b2615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/api-clients/apivideo-swift5-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ api.video's Swift API client for iOS, macOS and tvOS streamlines the coding proc
Specify it in your `Cartfile`:

```
github "apivideo/api.video-swift-client" ~> 1.3.3
github "apivideo/api.video-swift-client" ~> 1.3.4
```

Run `carthage update`

#### CocoaPods

Add `pod 'ApiVideoClient', '1.3.3'` in your `Podfile`
Add `pod 'ApiVideoClient', '1.3.4'` in your `Podfile`

Run `pod install`

Expand Down

0 comments on commit b9b2615

Please sign in to comment.