An open API service indexing awesome lists of open source software.

https://github.com/sbooth/fourcc

Four character code helpers
https://github.com/sbooth/fourcc

swift

Last synced: about 1 month ago
JSON representation

Four character code helpers

Awesome Lists containing this project

README

          

# FourCC

[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fsbooth%2FFourCC%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/sbooth/FourCC)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fsbooth%2FFourCC%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/sbooth/FourCC)

Four character code helpers for Swift.

## Installation

### Swift Package Manager

Add a package dependency to https://github.com/sbooth/FourCC in Xcode.

### Manual or Custom Build

1. Clone the [FourCC](https://github.com/sbooth/FourCC) repository.
2. `swift build`.

## Documentation

The [latest documentation](https://swiftpackageindex.com/sbooth/FourCC/main/documentation/fourcc) is hosted by [Swift Package Index](https://swiftpackageindex.com/).

All public classes, structs, and functions should be documented. If you notice a documentation shortcoming please [open a new issue](https://github.com/sbooth/FourCC/issues/new/choose).

## License

Released under the [MIT License](https://github.com/sbooth/FourCC/blob/main/LICENSE.txt).