Skip to content

Commit

Permalink
1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-cisco committed Jul 18, 2023
1 parent 5350b76 commit ff54370
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// swift-tools-version:5.3
import PackageDescription
let package = Package(
name: "WebexConnect",
products: [
.library(
name: "WebexConnectUISDK",
targets: ["WebexConnectUISDK"]
)
],
targets: [
.binaryTarget(
name: "WebexConnectUISDK",
url: "https://github.com/webex/wxconnect-ui-ios-sdk/releases/download/1.4.1/WebexConnectUISDK_SPM.zip",
checksum: "ad2f815f5c169dd2bcc98e4e7058fed0540f9f4cea0b30b1d90590a0cc32c431"
)
]
)

0 comments on commit ff54370

Please sign in to comment.