Contents

dirtyhenry/swift-blocks

src="https://raw.githubusercontent.com/dirtyhenry/swift-blocks/main/swift-blocks.jpg"

Usage

import Blocks

Installation

Swift Package Manager is recommended:

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

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

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

License

MIT

[hoods]: https://github.com/dirtyhenry/swift-hoods

Package Metadata

Repository: dirtyhenry/swift-blocks

Default branch: main

README: README.md