Skip to content

Commit

Permalink
Add Swift version to podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcramer committed Apr 9, 2019
1 parent 04bed82 commit 211b2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KCCircularTimer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ KCCircularTimer is a simple, configurable circular timer that is usable in Inter
s.author = { 'Kevin Cramer' => 'kevinx@sent.com' }
s.source = { :git => 'https://github.com/kcramer/KCCircularTimer.git', :tag => s.version.to_s }

s.swift_version = '5.0'
s.ios.deployment_target = '8.0'

s.source_files = 'Sources/**/*.swift'
Expand Down

0 comments on commit 211b2eb

Please sign in to comment.