You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CoreBluetooth abstraction layer for iOS development environment. Powered by Combine.
6
6
@@ -41,6 +41,15 @@ You can reference the sample project inside the repository to see the library in
41
41
42
42
# Installation
43
43
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
+
44
53
## Swift Package Manager
45
54
46
55
In Xcode, select File --> Swift Packages --> Add Package Dependency and then add the following url:
0 commit comments