Skip to content

Commit fa5b757

Browse files
committed
Update podspec: set swift_version to 5
1 parent c0e8495 commit fa5b757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftyTimer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.homepage = 'https://github.com/radex/SwiftyTimer'
77
s.authors = { 'Radek Pietruszewski' => 'this.is@radex.io' }
88
s.source = { git: 'https://github.com/radex/SwiftyTimer.git', tag: s.version }
9-
s.swift_version = '4.2'
9+
s.swift_version = '5'
1010
s.requires_arc = true
1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.9'

0 commit comments

Comments
 (0)