HLBLEManager 0.1.1

HLBLEManager 0.1.1

hcw 维护。



 
pod install
在您的终端内,或从 CocoaPods.app。>= 0
或者为了测试运行,运行以下命令:>= 0
 

  • GCDMulticastDelegate
  • 查看 Podspec

HLBLEManager

结合BabyBluetooth、GCDMulticastDelegate实现iOS蓝牙最方便的操作。

支持使用CocoaPods引入, Podfile文件中添加
pod 'HLBLEManager', '0.1.0'

#foo

1.配置Info.plist文件

Privacy - Bluetooth Peripheral Usage Description
Privacy - Bluetooth Always Usage Description

2.项目配置

项目 -  TARGETS - Signing & Capabilities - Background Modes - 勾选Uses Bluetooth LE accessories

3.引入头文件

#import <HLBLEManager.h>

需求

iOS 9.0 +, Xcode 7.0 +

依赖

  • "BabyBluetooth"
  • "GCDMulticastDelegate"

版本

  • 0.1.0 :

    完成HLBLEManager基础搭建

许可

HLTool可在MIT许可下使用。有关更多信息,请参阅LICENSE文件。