# 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) [![SwiftPM](https://github.com/norio-nomura/Base32/workflows/SwiftPM/badge.svg)](https://launch-editor.github.com/actions?workflowID=SwiftPM&event=pull_request&nwo=norio-nomura%2FBase32) [![xcodebuild](https://github.com/norio-nomura/Base32/workflows/xcodebuild/badge.svg)](https://launch-editor.github.com/actions?workflowID=xcodebuild&event=pull_request&nwo=norio-nomura%2FBase32) [![pod lib lint](https://github.com/norio-nomura/Base32/workflows/pod%20lib%20lint/badge.svg)](https://launch-editor.github.com/actions?workflowID=pod%20lib%20lint&event=pull_request&nwo=norio-nomura%2FBase32) [![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 9 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"` ### Cocoapods Base32 is also available through [Cocoapods](https://cocoapods.org/) just adding the following line to your Podfile: `pod 'SwiftBase32', '~> 0.9.0'` ## Author Norio Nomura ## License Base32 is available under the MIT license. See the LICENSE file for more info.