Skip to content

Commit

Permalink
Update Package.swift for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Jan 14, 2021
1 parent f7f0861 commit a5d45b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "TwilioVideo",
platforms: [
.iOS(.v12)
.iOS(.v11)
],
products: [
.library(
Expand All @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "TwilioVideo",
url: "https://github.com/twilio/twilio-video-ios/releases/download/4.0.1/TwilioVideo.xcframework.zip",
checksum: "66fde713cf7038d1906f859d482e833d0dd76c70f2f860eefddc83f86bbb831b"
url: "https://github.com/twilio/twilio-video-ios/releases/download/4.1.0/TwilioVideo.xcframework.zip",
checksum: "416437007d88d55fbd9e631cc6d60523abf269f8a5dc218d1d0ca343d35554d3"
)
]
)

0 comments on commit a5d45b0

Please sign in to comment.