Skip to content

Commit 10f38ba

Browse files
committed
bump spec version
1 parent 147639b commit 10f38ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CombineCoreBluetooth.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'CombineCoreBluetooth'
3-
spec.version = '0.6.0'
3+
spec.version = '0.7.0'
44
spec.summary = 'A wrapper API for CoreBluetooth using Combine Publishers.'
55
spec.homepage = 'https://github.com/StarryInternet/CombineCoreBluetooth'
66
spec.author = { 'Kevin Lundberg' => 'klundberg@starry.com' }
@@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
1111
spec.tvos.deployment_target = '13.0'
1212
spec.watchos.deployment_target = '6.0'
1313

14-
spec.swift_version = '5.3'
14+
spec.swift_version = '5.6'
1515
spec.source = { :git => 'https://github.com/StarryInternet/CombineCoreBluetooth.git', :tag => "#{spec.version}" }
1616
spec.source_files = 'Sources/CombineCoreBluetooth/**/*.swift'
1717

0 commit comments

Comments
 (0)