Skip to content

Commit

Permalink
Update for 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Jan 27, 2021
1 parent f2f8249 commit fcdbc1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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(.v11)
.iOS(.v9)
],
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.1.0/TwilioVideo.xcframework.zip",
checksum: "416437007d88d55fbd9e631cc6d60523abf269f8a5dc218d1d0ca343d35554d3"
url: "https://github.com/twilio/twilio-video-ios/releases/download/4.2.0/TwilioVideo.xcframework.zip",
checksum: "18b06807943b9d22f6cf256fbfbac16e4c46de8ea89685c97fe9856195435515"
)
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source 'https://github.com/CocoaPods/Specs'
platform :ios, '11.0'
target 'TARGET_NAME' do
pod 'TwilioVideo', '~> 4.1'
pod 'TwilioVideo', '~> 4.2'
end
```

Expand Down

0 comments on commit fcdbc1f

Please sign in to comment.