Skip to content

Commit

Permalink
准备发布0.7.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
coolnameismy committed May 5, 2016
1 parent a222f6f commit c0ad463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BabyBluetooth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Classes/objc/BabyBluetooth.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion Classes/objc/BabyDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
简单易用的蓝牙ble库,基于CoreBluetooth 作者:刘彦玮
https://github.com/coolnameismy/BabyBluetooth
version:0.6.0
@brief 预定义一些库的执行行为和配置
*/

// Created by 刘彦玮 on 6/4/19.
Expand Down

0 comments on commit c0ad463

Please sign in to comment.