Skip to content

Commit

Permalink
Update podspec to include multiple Swift versions
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Aug 12, 2020
1 parent 05b62f6 commit fca6a28
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,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Kronos'
s.version = '4.1.0'
s.version = '4.1.1'
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'Elegant NTP client in Swift'
s.homepage = 'https://github.com/lyft/Kronos'
s.authors = { 'Martin Conte Mac Donell' => '[email protected]' }
s.source = { :git => 'https://github.com/Lyft/Kronos.git', :tag => s.version }
s.swift_version = '5'
s.swift_versions = ['5.0', '5.2']

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
Expand Down

0 comments on commit fca6a28

Please sign in to comment.