CocoaPodsService
protocol CocoaPodsService
The CocoaPodsService
-
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
CocoaPodsService Protocol Reference