swift-hoods

0.3.0

🏘️ A collection of my Swift building blocks with dependencies.
dirtyhenry/swift-hoods

What's New

0.3.0

2024-12-30T17:57:57Z

What's Changed

Full Changelog: 0.2.1...0.3.0

swift-hoods logo

🏘️ Hoods

A collection of my Swift building blocks that are using few well known dependencies, such as The Composable Architecture, as opposed to Blocks, my collection of dependency-free Swift code.

This repository contains:

  • Hoods: a Swift library for my development needs;

And the following examples executables/apps:

  • HoodsApp: a basic App using swift-hoods within an app.

Usage

import Hoods

Installation

Swift Package Manager is recommended:

dependencies: [
    .package(
        url: "https://github.com/dirtyhenry/swift-hoods",
        from: "main"
    ),
]

Next, add Hoods as a dependency of your test target:

targets: [
    .target(name: "MyTarget", dependencies: [
        .product(name: "Hoods", package: "swift-hoods")
    ])
]

License

MIT

Description

  • Swift Tools 5.9.0
View More Packages from this Author

Dependencies

Last updated: Tue May 13 2025 09:11:42 GMT-0900 (Hawaii-Aleutian Daylight Time)