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

##1 manual step1: let src folder‘s files import your project

step2:import .h

#import "BabyBluetooth.h"

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

pod 'BabyBluetooth','~> 0.6.0'

step2:import .h

#import "BabyBluetooth.h"