Skip to content

Commit

Permalink
Update for 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Nov 7, 2022
1 parent 9e0e848 commit 4f3c31a
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.2.1/TwilioVideo.xcframework.zip",
checksum: "f38bde50fc021e052d67e2aec2a9abf340b9f3008f613e46c5c4641c2324881a"
url: "https://github.com/twilio/twilio-video-ios/releases/download/5.3.0/TwilioVideo.xcframework.zip",
checksum: "128e56119ce21d799777342eeedead6d73e52ae6d50ed8c57aadc9c353b76473"
)
]
)
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.2'
pod 'TwilioVideo', '~> 5.3'
end
```

Expand Down

0 comments on commit 4f3c31a

Please sign in to comment.