-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathMagicTimer.podspec
More file actions
16 lines (14 loc) · 792 Bytes
/
MagicTimer.podspec
File metadata and controls
16 lines (14 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = 'MagicTimer'
s.version = '1.0.7'
s.summary = 'MagicTimer framework, your ultimate solution for handling timers in your iOS applications. This framework provides a powerful and flexible timer implementation with various features to meet your timer needs.'
s.homepage = 'https://github.com/MagicTimerFW/MagicTimer'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'sadeghgoo' => 'sadeghitunes2@gmail.com' }
s.source = { :git => 'https://github.com/MagicTimerFW/MagicTimer.git', :tag => s.version.to_s }
s.ios.deployment_target = '11.0'
s.swift_versions = ['5.0']
s.source_files = 'Sources/**/*'
s.frameworks = 'Foundation'
s.dependency 'MathOperators'
end