diff --git a/BabyBluetooth.podspec b/BabyBluetooth.podspec index 94e8cfc..284432e 100644 --- a/BabyBluetooth.podspec +++ b/BabyBluetooth.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "BabyBluetooth" - s.version = "0.6.0" + s.version = "0.7.0" s.summary = "bluetooth library on ios/osx" s.description = <<-DESC @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "liuyanwei" => "coolnameismy@hotmail.com" } - s.source = { :git => "https://github.com/coolnameismy/BabyBluetooth.git", :tag => "0.6.0" } + s.source = { :git => "https://github.com/coolnameismy/BabyBluetooth.git", :tag => "0.7.0" } s.platform = :ios, "7.0" s.requires_arc = true diff --git a/Classes/objc/BabyBluetooth.h b/Classes/objc/BabyBluetooth.h index 43aa53c..aa94fe0 100644 --- a/Classes/objc/BabyBluetooth.h +++ b/Classes/objc/BabyBluetooth.h @@ -3,7 +3,7 @@ 简单易用的蓝牙ble库,基于CoreBluetooth 作者:刘彦玮 https://github.com/coolnameismy/BabyBluetooth - version:0.6.0 + version:0.7.0 */ // Created by 刘彦玮 on 15/3/31. diff --git a/Classes/objc/BabyDefine.h b/Classes/objc/BabyDefine.h index 8b981b7..d9af1a5 100644 --- a/Classes/objc/BabyDefine.h +++ b/Classes/objc/BabyDefine.h @@ -3,7 +3,8 @@ 简单易用的蓝牙ble库,基于CoreBluetooth 作者:刘彦玮 https://github.com/coolnameismy/BabyBluetooth - version:0.6.0 +@brief 预定义一些库的执行行为和配置 + */ // Created by 刘彦玮 on 6/4/19.