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.0",
|
|
checksum: "c43329d83866bb9c2a1c1a1bb5199b7552aaa764fc520bba40b709b71967178b"
|
|
)
|
|
]
|
|
)
|