Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiAAPeres committed Jan 18, 2024
1 parent 4bb93f9 commit 8c5e744
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VitalCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VitalCore'
s.version = '0.10.11'
s.version = '0.10.12'
s.license = 'AGPL v3.0'
s.summary = 'The official Swift Library for Vital API, HealthKit and Devices'
s.homepage = 'https://github.com/tryVital/vital-ios'
Expand Down
4 changes: 2 additions & 2 deletions VitalDevices.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VitalDevices'
s.version = '0.10.11'
s.version = '0.10.12'
s.license = 'AGPL v3.0'
s.summary = 'The official Swift Library for Vital API, HealthKit and Devices'
s.homepage = 'https://github.com/tryVital/vital-ios'
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/VitalDevices/**/*.swift'
s.frameworks = ['CoreNFC', 'AVFoundation', 'CoreBluetooth', 'Combine', 'CryptoKit']

s.dependency 'VitalCore', '~> 0.10.11'
s.dependency 'VitalCore', '~> 0.10.12'
s.dependency 'CombineCoreBluetooth', '~> 0.3.1'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
Expand Down
4 changes: 2 additions & 2 deletions VitalHealthKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'VitalHealthKit'
s.version = '0.10.11'
s.version = '0.10.12'
s.license = 'AGPL v3.0'
s.summary = 'The official Swift Library for Vital API, HealthKit and Devices'
s.homepage = 'https://github.com/tryVital/vital-ios'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.swift_versions = ['5']
s.source_files = 'Sources/VitalHealthKit/**/*.swift'

s.dependency 'VitalCore', '~> 0.10.11'
s.dependency 'VitalCore', '~> 0.10.12'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end
Expand Down

0 comments on commit 8c5e744

Please sign in to comment.