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 faca41d commit f274cc9
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
}
},
{
"identity" : "SpryKit",
"identity" : "sprykit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/NikSativa/SpryKit.git",
"state" : {
"revision" : "e0dd3952fd17e3646c260e21fc3fd656f5b636e0",
"version" : "2.2.2"
"revision" : "f14ae68bccd324f20cd74d65413cb9c93a5ba4dd",
"version" : "2.2.3"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.9
// swift-tools-version:5.5
// swiftformat:disable all
import PackageDescription

Expand All @@ -17,7 +17,7 @@ let package = Package(
.library(name: "DIKitTestHelpers", targets: ["DIKitTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "DIKit",
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "DIKitTestHelpers", targets: ["DIKitTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "DIKit",
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "DIKitTestHelpers", targets: ["DIKitTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "DIKit",
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "DIKitTestHelpers", targets: ["DIKitTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "DIKit",
Expand Down
2 changes: 1 addition & 1 deletion [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "DIKitTestHelpers", targets: ["DIKitTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.2"))
.package(url: "https://github.com/NikSativa/SpryKit.git", .upToNextMajor(from: "2.2.3"))
],
targets: [
.target(name: "DIKit",
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# DIKit - Dependency Injection Kit
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNikSativa%2FDIKit%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/NikSativa/DIKit)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNikSativa%2FDIKit%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/NikSativa/DIKit)

Swift library that allows you to use a dependency injection pattern in your project by creating a container that holds all the dependencies in one place.

Expand Down

0 comments on commit f274cc9

Please sign in to comment.