Skip to content

orchetect/TextFileKit

Repository files navigation

TextFileKit

CI Build Status Platforms - macOS 10.10+ | iOS 9+ | tvOS 9+ | watchOS 2+ | visionOS 1+ Swift 5.3-5.9 Xcode 12.0-15 License: MIT

Read and write common delimited text file formats, including:

  • CSV (comma-separated values)
  • TSV (tab-separated values)

Installation

Swift Package Manager (SPM)

To add TextFileKit to your Xcode project:

  1. Select File → Swift Packages → Add Package Dependency
  2. Add package using https://github.com/orchetect/TextFileKit as the URL.

Roadmap

Future library additions could bring additional table data text file formats.

Author

Coded by a bunch of 🐹 hamsters in a trench coat that calls itself @orchetect.

License

Licensed under the MIT license. See LICENSE for details.

This library was formerly known as SwiftHex.

Contributions

Contributions are welcome. Feel free to post an Issue to discuss.