Skip to content

Commit

Permalink
Update for 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Nov 29, 2022
1 parent 4f3c31a commit de45cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.3.0/TwilioVideo.xcframework.zip",
checksum: "128e56119ce21d799777342eeedead6d73e52ae6d50ed8c57aadc9c353b76473"
)
url: "https://github.com/twilio/twilio-video-ios/releases/download/5.4.0/TwilioVideo.xcframework.zip",
checksum: "2b773f6fa7074d175c9557ce7763ce75938a9f3abddd05bedf742049e3ab86d7"
),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source 'https://github.com/CocoaPods/Specs'
platform :ios, '12.2'
target 'TARGET_NAME' do
pod 'TwilioVideo', '~> 5.3'
pod 'TwilioVideo', '~> 5.4'
end
```

Expand Down

0 comments on commit de45cda

Please sign in to comment.