Added WolfConcurrency to SPM dependencies.

This commit is contained in:
Wolf McNally 2019-04-09 10:38:04 -07:00
parent afae75e86b
commit ce3ff33b30
2 changed files with 5 additions and 3 deletions

View File

@ -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"
])
]
)

View File

@ -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.