Skip to content

Commit 256fd00

Browse files
committed
Re-added support for Carthage
1 parent f4a2a76 commit 256fd00

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BLECombineKit
22

3-
![badge-platforms][] [![badge-spm][]][spm]
3+
![badge-platforms][] [![badge-carthage][]][carthage] [![badge-spm][]][spm]
44

55
CoreBluetooth abstraction layer for iOS development environment. Powered by Combine.
66

@@ -41,6 +41,15 @@ You can reference the sample project inside the repository to see the library in
4141

4242
# Installation
4343

44+
## Carthage
45+
46+
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
47+
To integrate CombineBluetoothKit into your Xcode project using Carthage specify it in your `Cartfile`:
48+
```swift
49+
github "Henryforce/BLECombineKit"
50+
```
51+
Then, run `carthage update` to build framework and drag `CombineBluetoothKit.framework` into your Xcode project.
52+
4453
## Swift Package Manager
4554

4655
In Xcode, select File --> Swift Packages --> Add Package Dependency and then add the following url:

0 commit comments

Comments
 (0)