From 256fd004c7969b7d15deec155883c1445ee9b959 Mon Sep 17 00:00:00 2001 From: Henry Javier Serrano Echeverria Date: Sat, 12 Feb 2022 08:52:44 +0900 Subject: [PATCH] Re-added support for Carthage --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 917fc3b..b29a8f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BLECombineKit -![badge-platforms][] [![badge-spm][]][spm] +![badge-platforms][] [![badge-carthage][]][carthage] [![badge-spm][]][spm] CoreBluetooth abstraction layer for iOS development environment. Powered by Combine. @@ -41,6 +41,15 @@ You can reference the sample project inside the repository to see the library in # Installation +## Carthage + +[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. +To integrate CombineBluetoothKit into your Xcode project using Carthage specify it in your `Cartfile`: +```swift +github "Henryforce/BLECombineKit" +``` +Then, run `carthage update` to build framework and drag `CombineBluetoothKit.framework` into your Xcode project. + ## Swift Package Manager In Xcode, select File --> Swift Packages --> Add Package Dependency and then add the following url: