forked from radex/SwiftyTimer
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSwiftyTimer.podspec
More file actions
17 lines (15 loc) · 534 Bytes
/
SwiftyTimer.podspec
File metadata and controls
17 lines (15 loc) · 534 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'SwiftyTimer'
s.version = '1.3.1'
s.license = 'MIT'
s.summary = 'Swifty API for NSTimer'
s.homepage = 'https://github.com/radex/SwiftyTimer'
s.authors = { 'Radek Pietruszewski' => 'this.is@radex.io' }
s.source = { git: 'https://github.com/radex/SwiftyTimer.git', tag: s.version }
s.requires_arc = true
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.source_files = 'Sources/*.swift'
end