зеркало из https://github.com/mozilla/Base32.git
27 строки
618 B
Markdown
27 строки
618 B
Markdown
# Base32 for Swift on OS X and iOS
|
|
[![CI Status](http://img.shields.io/travis/norio-nomura/Base32.svg?style=flat)](https://travis-ci.org/norio-nomura/Base32)
|
|
|
|
Base32 is a [Base32](https://tools.ietf.org/html/rfc4648) implementation for Swift.
|
|
|
|
## Requirements
|
|
|
|
iOS 8 or later
|
|
OS X 10.10 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.
|