Skip to content
coolnameismy edited this page Mar 17, 2016 · 7 revisions

##1 手动安装 step1:将项目Classes/objc 文件夹中的文件直接拖入你的项目中即可 step2:导入.h文件

#import "BabyBluetooth.h"

##2 cocoapods step1:add the following line to your Podfile:

pod 'BabyBluetooth','~> 0.6.0'

step2:导入.h文件

#import "BabyBluetooth.h"