AlertBuilder makes it easy to construct and present alerts with the builder pattern.
You can build AlertBuilder using the Swift Package Manager. Just include AlertBuilder as a package in your dependencies:
.package(url: "https://github.com/SendOutCards/AlertBuilder.git", .upToNextMajor(from: "6.0.0")),Be sure to import the module at the top of your .swift files:
import AlertBuilderBrad Hilton, brad@skyvive.com
AlertBuilder is available under the MIT license. See the LICENSE file for more info.