We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b31716 commit 023f2bbCopy full SHA for 023f2bb
SwiftyTimer.podspec
@@ -1,17 +1,20 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwiftyTimer'
3
- s.version = '2.1.0'
+ s.version = '2.1.1'
4
s.license = 'MIT'
5
s.summary = 'Swifty API for NSTimer'
6
s.homepage = 'https://github.com/radex/SwiftyTimer'
7
s.authors = { 'Radek Pietruszewski' => 'this.is@radex.io' }
8
s.source = { git: 'https://github.com/radex/SwiftyTimer.git', tag: s.version }
9
- s.swift_version = '4.2'
+
10
+ s.swift_version = '5.0'
11
s.requires_arc = true
12
+ s.swift_versions = ['4.2', '5.0']
13
14
s.ios.deployment_target = '8.0'
15
s.osx.deployment_target = '10.9'
16
s.tvos.deployment_target = '9.0'
17
s.watchos.deployment_target = '3.0'
18
19
s.source_files = 'Sources/*.swift'
20
end
0 commit comments