Skip to content

Commit

Permalink
badges added
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSativa committed Apr 17, 2024
1 parent 93e0491 commit e904712
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
.library(name: "DefferedTaskKit", targets: ["DefferedTaskKit"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMinor(from: "1.3.4")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMinor(from: "1.3.5")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "DefferedTaskKit",
Expand Down
4 changes: 2 additions & 2 deletions Package@swift-5.5.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
.library(name: "DefferedTaskKit", targets: ["DefferedTaskKit"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMinor(from: "1.3.4")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMinor(from: "1.3.5")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "DefferedTaskKit",
Expand Down
4 changes: 2 additions & 2 deletions Package@swift-5.6.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
.library(name: "DefferedTaskKit", targets: ["DefferedTaskKit"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMinor(from: "1.3.4")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMinor(from: "1.3.5")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "DefferedTaskKit",
Expand Down
4 changes: 2 additions & 2 deletions Package@swift-5.7.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
.library(name: "DefferedTaskKit", targets: ["DefferedTaskKit"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMinor(from: "1.3.4")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMinor(from: "1.3.5")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "DefferedTaskKit",
Expand Down
4 changes: 2 additions & 2 deletions Package@swift-5.8.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
.library(name: "DefferedTaskKit", targets: ["DefferedTaskKit"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMinor(from: "1.3.4")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/Threading.git", .upToNextMinor(from: "1.3.5")),
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "DefferedTaskKit",
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# DefferedTaskKit
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNikSativa%2FDefferedTaskKit%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/NikSativa/DefferedTaskKit)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNikSativa%2FDefferedTaskKit%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/NikSativa/DefferedTaskKit)

DefferedTaskKit is a simple library for wrapping closures that can be executed at a later time.

Expand Down

0 comments on commit e904712

Please sign in to comment.