Skip to content

Commit fca6a28

Browse files
committed
Update podspec to include multiple Swift versions
1 parent 05b62f6 commit fca6a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Kronos.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'Kronos'
3-
s.version = '4.1.0'
3+
s.version = '4.1.1'
44
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
55
s.summary = 'Elegant NTP client in Swift'
66
s.homepage = 'https://github.com/lyft/Kronos'
77
s.authors = { 'Martin Conte Mac Donell' => '[email protected]' }
88
s.source = { :git => 'https://github.com/Lyft/Kronos.git', :tag => s.version }
9-
s.swift_version = '5'
9+
s.swift_versions = ['5.0', '5.2']
1010

1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.9'

0 commit comments

Comments
 (0)