Skip to content

Commit

Permalink
Update for 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Jun 14, 2023
1 parent 3303fd8 commit 676e7af
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.6.0/TwilioVideo.xcframework.zip",
checksum: "9a2132ffd669e846f738e065a5d4ab0cb9e94ccae6d8facdd80169ed429d2bf1"
url: "https://github.com/twilio/twilio-video-ios/releases/download/5.7.0/TwilioVideo.xcframework.zip",
checksum: "df22418e4dcca9d2d317d0fb5e35b9ba8cc91662e1c21517f7c09a085092bfbe"
),
]
)
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.6'
pod 'TwilioVideo', '~> 5.7'
end
```

Expand Down

0 comments on commit 676e7af

Please sign in to comment.