We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147639b commit 10f38baCopy full SHA for 10f38ba
CombineCoreBluetooth.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'CombineCoreBluetooth'
3
- spec.version = '0.6.0'
+ spec.version = '0.7.0'
4
spec.summary = 'A wrapper API for CoreBluetooth using Combine Publishers.'
5
spec.homepage = 'https://github.com/StarryInternet/CombineCoreBluetooth'
6
spec.author = { 'Kevin Lundberg' => 'klundberg@starry.com' }
@@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
11
spec.tvos.deployment_target = '13.0'
12
spec.watchos.deployment_target = '6.0'
13
14
- spec.swift_version = '5.3'
+ spec.swift_version = '5.6'
15
spec.source = { :git => 'https://github.com/StarryInternet/CombineCoreBluetooth.git', :tag => "#{spec.version}" }
16
spec.source_files = 'Sources/CombineCoreBluetooth/**/*.swift'
17
0 commit comments