Skip to content

Commit

Permalink
Update for 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Mar 15, 2022
1 parent e91469b commit 3d852e7
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.0.0/TwilioVideo.xcframework.zip",
checksum: "caf63ceb51e6ef56d881da3e01713fedfd566c9371842f249c49fcc186a265c6"
url: "https://github.com/twilio/twilio-video-ios/releases/download/5.1.0/TwilioVideo.xcframework.zip",
checksum: "2a54930b873c3011ca60d5a6230fed103d4555fd5ba9df203887287f4b139aa1"
)
]
)
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, '9.0'
target 'TARGET_NAME' do
pod 'TwilioVideo', '~> 5.0'
pod 'TwilioVideo', '~> 5.1'
end
```

Expand Down

0 comments on commit 3d852e7

Please sign in to comment.