A framework for converting and interpreting common measurements used in cooking.
MiseEnPlace is distributed using the Swift Package Manager. To install it into a project, add it as a dependency within your Package.swift
manifest, or through Xcode:
let package = Package(
...
dependencies: [
.package(url: "https://github.com/richardpiazza/MiseEnPlace.git", .upToNextMinor(from: "5.0.0"))
],
...
)
Then import MiseEnPlace wherever you'd like to use it:
import MiseEnPlace