From 50b839cd5aefb9751217949acc5fba4f7f23a07d Mon Sep 17 00:00:00 2001 From: Aaron Wright Date: Tue, 5 Dec 2023 16:15:20 -0600 Subject: [PATCH] Update README.md --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index 7ac56cf..fc4887c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Licensed -![Carthage](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat) - ### Usage ```swift @@ -135,25 +133,6 @@ ZAB ZAC ``` -### Installation with Carthage - -[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. - -You can install Carthage with [Homebrew](http://brew.sh/) using the following command: - -```bash -$ brew update -$ brew install carthage -``` - -To integrate Licensed into your Xcode project using Carthage, specify it in your `Cartfile`: - -```ogdl -github "infinitetoken/Licensed" ~> 1.0 -``` - -Run `carthage` to build the framework and drag the built `Licensed.framework` into your Xcode project. - ### Attribution This library was heavily influenced by the work from https://github.com/ksoftllc/license-parser.