Skip to content

Commit

Permalink
Merge pull request #484 from apivideo/swift-uploader-ai-summary-updates
Browse files Browse the repository at this point in the history
[SDK README - api.video-swift-uploader] Update Summary endpoints
  • Loading branch information
szekelyzol authored Nov 8, 2024
2 parents e825a40 + c3c1f58 commit 586f22e
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 586f22e

Please sign in to comment.