polidea/rxbluetoothkit
alt="RxBluetoothKit library logo"
Central mode features
Peripheral mode features
- Observing manager states
- Advertising
- Observing read & writes
- Observing subscribe
- Publishing L2CAP channels
- And a lot more!
6.0.0
- Increased deployment target for iOS to 9.0 and for osx to 10.13 (#379, #380)
- Added support for observing ancsAuthorized property on peripheral. (#370)
- Added Bluetooth usage description to Info.plist in Example project (#369)
- Added initial state improvement & a minor fix for BluetoothState methods. (#371)
- Fixed problems with SPM support (#358, #368)
- Updated RxSwift version to 5.1 (#376)
- Updated project configurations to decrease build time on TravisCI (#376)
- Updated scripts to fixed problems with generating mocks (#378)
Want to migrate from 4.x to 5.x? Check guidelines here.
Installation
CocoaPods
CocoaPods is a dependency manager for CocoaProjects. To integrate RxBluetoothKit into your Xcode project using CocoaPods specify it in your Podfile:
pod 'RxBluetoothKit'Then, run the following command: $ pod install
Carthage
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate RxBluetoothKit into your Xcode project using Carthage specify it in your Cartfile:
github "Polidea/RxBluetoothKit"Then, run carthage update to build framework and drag RxBluetoothKit.framework into your Xcode project.
Swift Package Manager
Versions >= 4.0 of the library integrate with the Swift Package Manager. In order to do that please specify our project as one of your dependencies in Package.swift file.
Getting Started
Check our Wiki with guidelines to (almost) all library functionalites.
Documentation & Support
- Api reference
- Sample App
- Gitter channel if you want to talk about it, ask questions or give feedback.
- StackOverflow if you have a problem
- Or open an issue on GitHub
Remember to follow Polidea's Blog blog to get all the news and updates!
Learn more about Polidea's BLE services here.
Requirements
- iOS 9.0+
- OSX 10.13+
- watchOS 4.0+
- tvOS 11.0+
- Xcode 11.4+
Swift versions
- 3.0 version supports Swift 3.0 and 3.1
- 5.0 version supports Swift 3.2 and 4.0
- 5.1.2 version supports Swift 4.1
- 5.2 version supports Swift 5.0 and 4.2
Package Metadata
Repository: polidea/rxbluetoothkit
Default branch: master
README: README.md