Added WolfConcurrency to SPM dependencies.
This commit is contained in:
parent
afae75e86b
commit
ce3ff33b30
|
@ -16,7 +16,8 @@ let package = Package(
|
|||
.package(url: "https://github.com/wolfmcnally/ExtensibleEnumeratedName", from: "2.0.0"),
|
||||
.package(url: "https://github.com/wolfmcnally/WolfWith", from: "2.0.0"),
|
||||
.package(url: "https://github.com/wolfmcnally/WolfStrings", from: "2.0.0"),
|
||||
.package(url: "https://github.com/wolfmcnally/WolfFoundation", from: "3.0.0")
|
||||
.package(url: "https://github.com/wolfmcnally/WolfFoundation", from: "3.0.0"),
|
||||
.package(url: "https://github.com/wolfmcnally/WolfConcurrency", from: "3.0.0")
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
@ -29,7 +30,8 @@ let package = Package(
|
|||
"ExtensibleEnumeratedName",
|
||||
"WolfWith",
|
||||
"WolfStrings",
|
||||
"WolfFoundation"
|
||||
"WolfFoundation",
|
||||
"WolfConcurrency"
|
||||
])
|
||||
]
|
||||
)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'WolfCore'
|
||||
s.version = '4.0.7'
|
||||
s.version = '4.0.8'
|
||||
s.summary = 'A library of conveniences for Swift, iOS, MacOS, tvOS, WatchOS, and Linux.'
|
||||
s.description = <<-DESC
|
||||
WolfCore is a library of conveniences for constructing Swift applications in iOS, tvOS, MacOS, WatchOS, and Linux. WolfCore is maintained by Wolf McNally.
|
||||
|
|
Loading…
Reference in New Issue