CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

SwiftyTextEncoding 1.0.0

SwiftyTextEncoding 1.0.0

Maintained by Lukas Hakulin.



  • By
  • Lukas Hakulin

SwiftyTextEncoding

Swift implementation of some older Text/Data Encoding algorithms, basicaly for fun ¯_(ツ)_/¯ . If there is any reason, than crashes caused by others implementations I found (optionals force unwrapping).

Swift 5.0 Version License Platform

Supported algorithms:

  • base16 (RFC 4846)
  • base32 (RFC 4846)
  • extendet hex base32 (RFC 4846)
  • z-base32
  • word-safe base32

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

⚠️ Requirements

  • iOS 10.0+
  • Swift 5.+
  • Xcode 12.3.+

Installation

SwiftyTextEncoding is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SwiftyTextEncoding'

Author

Lukas Hakulin, [email protected]

License

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