21 lines
666 B
Swift
21 lines
666 B
Swift
// swift-tools-version: 5.5
|
|
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
|
|
|
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "ZegoExpressEngine",
|
|
platforms: [.iOS(.v11)],
|
|
products: [
|
|
.library(name: "ZegoExpressEngine", targets: ["ZegoExpressEngine"])
|
|
],
|
|
|
|
targets: [
|
|
.binaryTarget(
|
|
name: "ZegoExpressEngine",
|
|
url: "https://artifact-node.zego.cloud/generic/swiftpm/public/express-video-ios/ZegoExpressEngine.xcframework.zip?version=3.4.1",
|
|
checksum: "f8e9c1f5c9393ccf2d475bb8c82071289096a6b5f1aed7236dcb12448dfa2459"
|
|
)
|
|
]
|
|
)
|