/ZJCBluetoothManger

BLE4.0 manager for iOS developers using Objective-C.

Primary LanguageObjective-CMIT LicenseMIT

titleImg

CI Status Version License Platform

●示例工程(Example)

先将工程clone到本地,然后使用命令行cd到示例工程中/Example路径下,运行命令pod install,然后通过ZJCBluetoothManager.xcworkspace 打开项目就可以愉快的查看Demo工程了~

●工程依赖库(Requirements)

因为使用了BLE4.0面向通用的蓝牙设备,所以这里需要使用系统的CoreBluetooth.framework库.

  Version     Minimum iOS Target     Notes  
  0.1.1     iOS8.0     需要引入系统框架CoreBluetooth.Framework  

●使用方法(Installation)

ZJCBluetoothManager适用于Cocopods管理系统,只需要在支持Cocopods的工程中的profile文件中添加如下代码,并在相应工程下运行的pod install,即可愉快的使用了:

pod 'ZJCBluetoothManager'

●作者信息(Author)

Author Email QQ Notes
iXiaoChuan xiaochuan171090331@outlook.com 171090331 使用过程中遇到什么问题,请提交issues,或者QQ、邮箱联系作者,一般情况下都能及时回复

●使用许可(License)

没有特别的使用准则,本着开源精神,如果使用过程中解决了您的痛点,还望推荐给更多的小伙伴儿使用!祝愿各位越来越好~