Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norio-nomura/base32
Base32 for Swift
https://github.com/norio-nomura/base32
hacktoberfest swift
Last synced: 17 days ago
JSON representation
Base32 for Swift
- Host: GitHub
- URL: https://github.com/norio-nomura/base32
- Owner: norio-nomura
- License: mit
- Created: 2015-01-25T12:20:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T10:12:51.000Z (about 1 year ago)
- Last Synced: 2024-10-14T03:23:55.633Z (30 days ago)
- Topics: hacktoberfest, swift
- Language: Swift
- Homepage:
- Size: 229 KB
- Stars: 50
- Watchers: 3
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.