Skip to content

Commit

Permalink
Add Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Aug 15, 2024
1 parent 9fec9b4 commit 7c9f8e7
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/v124.0.1/WebRTC.xcframework.zip",
checksum: "d2548ea930ee135ea8269041c34031f388014d2b2c8aa5f7a7cfb892b603c31c"
),
]
)

0 comments on commit 7c9f8e7

Please sign in to comment.