From 0229e2028bf082ed2228b3b30b51cd2e2266d4ef Mon Sep 17 00:00:00 2001 From: bot-api-video Date: Tue, 8 Oct 2024 09:14:56 +0000 Subject: [PATCH] Add transcript feature --- sdks/api-clients/apivideo-swift5-client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/api-clients/apivideo-swift5-client.md b/sdks/api-clients/apivideo-swift5-client.md index 3ed8e1b..c0bde1a 100644 --- a/sdks/api-clients/apivideo-swift5-client.md +++ b/sdks/api-clients/apivideo-swift5-client.md @@ -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`