Skip to content

Commit

Permalink
Add iOS Package.swift file
Browse files Browse the repository at this point in the history
  • Loading branch information
pantsforcats authored and saghul committed Sep 29, 2022
1 parent 678f3f5 commit fa6079c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// swift-tools-version:5.6
import PackageDescription

let package = Package(
name: "JitsiWebRTC",
platforms: [.iOS(.v12)],
products: [
.library(
name: "WebRTC",
targets: ["WebRTC"]),
],
dependencies: [],
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/jitsi/webrtc/releases/download/v106.0.0/WebRTC.xcframework.zip",
checksum: "f8cfe9bd5190f50080ae21105c5ed385998c9578cc06eb53bfdab91f1482a821"
),
]
)

0 comments on commit fa6079c

Please sign in to comment.