From 104bcefb0666a9eba75562bed90f5ab082d9f560 Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Mon, 6 Nov 2023 19:22:58 +0100 Subject: [PATCH] Update Readme Signed-off-by: Tomasz Pietrek --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index 602fee7..7b6d3ff 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # 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. @@ -15,24 +10,9 @@ Base32 is a [Base32](https://tools.ietf.org/html/rfc4648) implementation for Swi * 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 +This is a fork of Norio Nomura original work on base32 ## License