Skip to content

Commit

Permalink
Update for 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Aug 24, 2022
1 parent 21805ce commit b36746c
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.1.1/TwilioVideo.xcframework.zip",
checksum: "125e944221600cbe98436d1cbc7bd8817c2795e6a9f36e3a63c01f0016f67d78"
url: "https://github.com/twilio/twilio-video-ios/releases/download/5.2.0/TwilioVideo.xcframework.zip",
checksum: "ab796cb1d6ec8e918d125df0df2caaa00779000cc4840e58ed2612a14df9a9ec"
)
]
)
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.1'
pod 'TwilioVideo', '~> 5.2'
end
```

Expand Down

0 comments on commit b36746c

Please sign in to comment.