Swiftpack.co - PeerBookClub/ISBNBuilder as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by PeerBookClub.
PeerBookClub/ISBNBuilder 1.0.2
Package which creates ISBNs
⭐️ 0
🕓 2 years ago
iOS macOS tvOS
.package(url: "https://github.com/PeerBookClub/ISBNBuilder.git", from: "1.0.2")

ISBNBuilder

Swift Package that creates a ISBN based on input value if it's valid.

Install

dependencies: [
    .package(url: "https://github.com/PeerBookClub/ISBNBuilder.git", exact: "1.0.0")
]

Usage

Create a ISBN using the builder and switch on its result:

let result = ISBNBuilder.buildISBN(rawValue: input)

// return Result<ISBN, ISBNError>

License

ISBNBuilder is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 0
Last commit: 2 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.0.2
2 years ago

Fixed Access level of ISBNBuilderResult properties

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics