# Base32 for Swift on OS X and iOS [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Travis CI](https://img.shields.io/travis/norio-nomura/Base32.svg?style=flat)](https://travis-ci.org/norio-nomura/Base32) [![CircleCI](https://circleci.com/gh/norio-nomura/Base32.svg?style=svg)](https://circleci.com/gh/norio-nomura/Base32) [![codecov](https://codecov.io/gh/norio-nomura/Base32/branch/master/graph/badge.svg)](https://codecov.io/gh/norio-nomura/Base32) Base32 is a [Base32](https://tools.ietf.org/html/rfc4648) implementation for Swift. ## Requirements * iOS 8 or later * macOS 10.9 or later * tvOS 9 or later * watchOS 2 or later ## Installation ### Carthage Base32 is available through [Carthage](https://github.com/Carthage/Carthage). To install it, simply add the following line to your Cartfile: `github "norio-nomura/Base32"` ## Author Norio Nomura ## License Base32 is available under the MIT license. See the LICENSE file for more info.