Skip to content

Commit fe44b46

Browse files
committed
Uprev to 1.08.0
1 parent 397a5e1 commit fe44b46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

YmsCoreBluetooth.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "YmsCoreBluetooth"
3-
s.version = "1.07.1"
3+
s.version = "1.08.0"
44
s.description = "A block-based framework for building Bluetooth 4.0 Low Energy (aka Smart or LE) iOS and OS X applications using the CoreBluetooth API. Includes Deanna and DeannaMac, applications to communicate with a TI SensorTag for iOS and OS X respectively."
55
s.homepage = "https://github.com/kickingvegas/YmsCoreBluetooth"
66
s.summary = "A block-based framework for building Bluetooth 4.0 Low Energy (aka Smart or LE) iOS and OS X applications using the CoreBluetooth API."
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.platform = :ios, :osx
1010
s.ios.deployment_target = '7.0'
1111
s.osx.deployment_target = '10.9'
12-
s.source = { :git => "https://github.com/kickingvegas/YmsCoreBluetooth.git", :tag => "1.07.1" }
12+
s.source = { :git => "https://github.com/kickingvegas/YmsCoreBluetooth.git", :tag => "1.08.0" }
1313
s.source_files = 'YmsCoreBluetooth', 'YmsCoreBluetooth/**/*.{h,m,c}'
1414
s.public_header_files = 'YmsCoreBluetooth/**/*.h'
1515
s.ios.framework = 'CoreBluetooth'

0 commit comments

Comments
 (0)