/fileformatcore

A native Swift library to read and write custom file formats

Primary LanguageSwiftMIT LicenseMIT

FileFormatCore

MIT License Swift 5.3 Language Swift

A native Swift library to read and write custom file formats

Description

FileFormatCore is asupport library to implement reading and writing custom file formats in pure swift

FileFormatCore consists of two modules

References

The following projects are based on this project:

CSVCore
CSVCore
ISOBMFFCore HEIFCore
ISOBMFFCore HEIFCore

Planned

FitsCore
FITSCore

Getting started

Package Manager

With the swift package manager, add the library to your dependencies

dependencies: [
.package(url: "https://github.com/brampf/fileformatcore.git", from: "0.0.3")
]

then simply add the FileReader import to your target for the parser

.target(name: "YourApp", dependencies: ["FileReader"])

License

MIT license; see LICENSE. (c) 2021