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: