Skip to content

Commit

Permalink
Update Package.swift for 4.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-sdk-build committed Oct 5, 2020
1 parent 0916cbe commit 40ddc00
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// swift-tools-version:5.3

import PackageDescription

let package = Package(
name: "TwilioVideo",
platforms: [
.iOS(.v12)
],
products: [
.library(
name: "TwilioVideo",
targets: ["TwilioVideo"]),
],
targets: [
.binaryTarget(
name: "TwilioVideo",
url: "https://github.com/twilio/twilio-video-ios/releases/download/4.0.0-beta1/TwilioVideo.xcframework.zip",
checksum: "a697a84500de27547703488a3291f32fdf7b23a38ddbb5c660df3ed42b76c196"
)
]
)

0 comments on commit 40ddc00

Please sign in to comment.