Export WolfConcurrency.
This commit is contained in:
parent
0ec0b2c609
commit
fceeea9ee1
|
@ -6,6 +6,7 @@
|
|||
@_exported import WolfStrings
|
||||
@_exported import WolfWith
|
||||
@_exported import WolfFoundation
|
||||
@_exported import WolfConcurrency
|
||||
|
||||
//
|
||||
// WolfPipe
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue