We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049fd91 commit 1b2d25bCopy full SHA for 1b2d25b
Kronos.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Kronos'
3
- s.version = '4.2.2'
+ s.version = '4.3.0'
4
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
5
s.summary = 'Elegant NTP client in Swift'
6
s.homepage = 'https://github.com/MobileNativeFoundation/Kronos'
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
13
s.tvos.deployment_target = '12.0'
14
15
s.source_files = 'Sources/*.swift'
16
-
+
17
s.resource_bundles = {'Kronos' => ['Sources/PrivacyInfo.xcprivacy']}
18
end
0 commit comments