21 lines
668 B
Swift
21 lines
668 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.5.0+1",
|
|
checksum: "a8add7523290b0538345e399c9aad131044dc8b33a7b8031a0df6eeabe8ca974"
|
|
)
|
|
]
|
|
)
|