Export WolfConcurrency.

This commit is contained in:
Wolf McNally 2019-04-07 23:26:15 -07:00
parent 0ec0b2c609
commit fceeea9ee1
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@
@_exported import WolfStrings
@_exported import WolfWith
@_exported import WolfFoundation
@_exported import WolfConcurrency
//
// WolfPipe

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WolfCore'
s.version = '4.0.5'
s.version = '4.0.6'
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.
@ -27,4 +27,5 @@ WolfCore is a library of conveniences for constructing Swift applications in iOS
s.dependency 'WolfWith'
s.dependency 'WolfStrings'
s.dependency 'WolfFoundation'
s.dependency 'WolfConcurrency'
end