Skip to content

Commit

Permalink
Update for 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Feb 28, 2024
1 parent 680dd62 commit d2d87e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "TwilioVideo",
url: "https://github.com/twilio/twilio-video-ios/releases/download/5.7.1/TwilioVideo.xcframework.zip",
checksum: "b7865d6bd46ce8473b4b6679d00b68a85a53a43fab779c59629b7dcc855aa36b"
url: "https://github.com/twilio/twilio-video-ios/releases/download/5.8.0/TwilioVideo.xcframework.zip",
checksum: "5bd09e5483bb1a474df312c7a413ab3580e46cc3c1a5110ffee4924ebad68164"
),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source 'https://github.com/CocoaPods/Specs'
platform :ios, '12.2'
target 'TARGET_NAME' do
pod 'TwilioVideo', '~> 5.7'
pod 'TwilioVideo', '~> 5.8'
end
```

Expand Down

0 comments on commit d2d87e3

Please sign in to comment.