Skip to content

Commit

Permalink
Bump podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed May 6, 2024
1 parent 049fd91 commit 1b2d25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kronos.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Kronos'
s.version = '4.2.2'
s.version = '4.3.0'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'Elegant NTP client in Swift'
s.homepage = 'https://github.com/MobileNativeFoundation/Kronos'
Expand All @@ -13,6 +13,6 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '12.0'

s.source_files = 'Sources/*.swift'

s.resource_bundles = {'Kronos' => ['Sources/PrivacyInfo.xcprivacy']}
end

0 comments on commit 1b2d25b

Please sign in to comment.