Skip to content

Commit 023f2bb

Browse files
committed
Updated podspec for Swift 5
1 parent 8b31716 commit 023f2bb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

SwiftyTimer.podspec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
Pod::Spec.new do |s|
22
s.name = 'SwiftyTimer'
3-
s.version = '2.1.0'
3+
s.version = '2.1.1'
44
s.license = 'MIT'
55
s.summary = 'Swifty API for NSTimer'
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+
10+
s.swift_version = '5.0'
1011
s.requires_arc = true
12+
s.swift_versions = ['4.2', '5.0']
13+
1114
s.ios.deployment_target = '8.0'
1215
s.osx.deployment_target = '10.9'
1316
s.tvos.deployment_target = '9.0'
1417
s.watchos.deployment_target = '3.0'
18+
1519
s.source_files = 'Sources/*.swift'
16-
s.swift_version = '4.2'
1720
end

0 commit comments

Comments
 (0)