Foundation and utilities for creating declarative frameworks.
This package is under development and not considered production-ready.
Breaking changes are common, documentation is incomplete, and support is limited. Use at your own risk.
Add the following entry to your package dependencies...
.package(url: "https://github.com/ryanslikesocool/DeclarativeCore.git", from: "0.0.3"),...and your target dependencies.
.target(
name: "MyTarget",
dependencies: [
"DeclarativeCore",
]
),