Skip to content

Commit

Permalink
Add missing lines to response example
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-api-video authored Oct 29, 2024
1 parent 7f65b04 commit b87d61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/vod/apivideo-swift-uploader.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ It allows you to upload videos in two ways:
Specify it in your `Cartfile`:

```
github "apivideo/api.video-swift-uploader" ~> 1.2.4
github "apivideo/api.video-swift-uploader" ~> 1.2.5
```

Run `carthage update`

#### CocoaPods

Add `pod 'ApiVideoUploader', '1.2.4'` in your `Podfile`
Add `pod 'ApiVideoUploader', '1.2.5'` in your `Podfile`

Run `pod install`

Expand Down

0 comments on commit b87d61b

Please sign in to comment.