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
- Host: GitHub
- URL: https://github.com/sbooth/fourcc
- Owner: sbooth
- License: mit
- Created: 2024-07-08T16:43:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:35:02.000Z (almost 2 years ago)
- Last Synced: 2025-02-21T13:22:40.386Z (over 1 year ago)
- Topics: swift
- Language: Swift
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FourCC
[](https://swiftpackageindex.com/sbooth/FourCC)
[](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).