-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMijickTimer.podspec
More file actions
19 lines (16 loc) · 881 Bytes
/
MijickTimer.podspec
File metadata and controls
19 lines (16 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'MijickTimer'
s.summary = 'Modern API for Timer'
s.description = 'Timers made simple: The Ultimate Swift Framework for Modern Apps on iOS, macOS, and visionOS.'
s.version = '2.0.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.visionos.deployment_target = '1.0'
s.swift_version = '6.0'
s.source_files = 'Sources/**/*'
s.frameworks = 'SwiftUI', 'Foundation', 'Combine'
s.homepage = 'https://github.com/Mijick/Timer.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/Mijick/Timer.git', :tag => s.version.to_s }
end