Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 703 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 703 Bytes

SwiftBLEWrapper

a Swift BLE wrapper for easier profile handing.

Installation

A dependency, Async, is not available on cocoapods yet. One need to add the following in Podfile

pod 'Async', :git => 'https://github.com/duemunk/Async.git'

Usage

Profile Handling

License

MIT

Thanks

This project is root from PyBLEWrapper and then a similar version for swift is created.

During the development phase, another excellent project is also working on similar topic, BlueCap. BlueCap does inspire me in several design decisions including the future usage.