DispatchQueueExecutableCocoaPodsService
class DispatchQueueExecutableCocoaPodsService
The DispatchQueueExecutableCocoaPodsService
-
The Executable
Declaration
Swift
let executable: Executable -
The DispatchQueue
Declaration
Swift
let dispatchQueue: DispatchQueue
-
Designated Initializer
Declaration
Swift
init(executable: Executable, dispatchQueue: DispatchQueue = .init(label: "de.tiigi.SwiftKit.cocoapods-service"))Parameters
executableThe Executable
dispatchQueueThe DispatchQueue. Default value
.init
-
Check if a Pod with a given name is available
Declaration
Swift
func isPodAvailable(forName name: String, _ completion: @escaping (Bool) -> Void)Parameters
nameThe Pod name
completionThe completion closure
View on GitHub
DispatchQueueExecutableCocoaPodsService Class Reference