Skip to content

Commit

Permalink
release KBPackage v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wasim-18972 committed Nov 7, 2024
1 parent 250d626 commit 8c379c8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let version = "4.0.2"
let package = Package(
name: "ZohoDeskPortalKB",
platforms: [
.iOS(.v13)
],
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "ZohoDeskPortalKB",
targets: ["ZohoDeskPortalKB", "ZohoDeskPortalKBPackage"]),
],
dependencies: [
.package(url: "https://github.com/zoho/ZohoDeskPortalConfiguration.git", exact: "4.0.2")
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.binaryTarget(name: "ZohoDeskPortalKB", url: "https://maven.zohodl.com/ZohoDesk/ZohoDeskPortalKB/\(version)/ZohoDeskPortalKB.zip", checksum: "204c5030d2fba6245b4333ce6323afbaa41735188dd58819336beeeb55422568"),

.target(name: "ZohoDeskPortalKBPackage",
dependencies: [
.product(name: "ZohoDeskPortalConfiguration", package: "ZohoDeskPortalConfiguration")
]
)
]
)
1 change: 1 addition & 0 deletions Sources/ZohoDeskPortalKBPackage/ZohoDeskPortalKB.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 8c379c8

Please sign in to comment.