Skip to content

Commit

Permalink
Re-added support for Carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
Henryforce committed Feb 11, 2022
1 parent f4a2a76 commit 256fd00
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 256fd00

Please sign in to comment.