Skip to content

Commit

Permalink
Add swift_version to podspec (#68)
Browse files Browse the repository at this point in the history
This is now required
  • Loading branch information
keith committed Apr 20, 2020
1 parent 91c6cf4 commit 5b05b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kronos.podspec
Expand Up @@ -6,6 +6,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/lyft/Kronos'
s.authors = { 'Martin Conte Mac Donell' => 'Reflejo@gmail.com' }
s.source = { :git => 'https://github.com/Lyft/Kronos.git', :tag => s.version }
s.swift_version = '5'

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

0 comments on commit 5b05b5c

Please sign in to comment.