Skip to content

Commit c078c51

Browse files
committed
MagicTimer podspec has been added.
1 parent 16fb831 commit c078c51

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

MagicTimer.podspec

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'MagicTimerTimer'
3+
s.version = '2.0.0'
4+
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.'
5+
6+
s.homepage = 'https://github.com/MagicTimerFW/MagicTimer'
7+
s.license = { :type => 'MIT', :file => 'LICENSE' }
8+
s.author = { 'sadeghgoo' => 'sadeghitunes2@gmail.com' }
9+
s.source = { :git => 'https://github.com/MagicTimerFW/MagicTimer', :tag => s.version.to_s }
10+
11+
s.ios.deployment_target = '11.0'
12+
s.swift_versions = ['5.0']
13+
s.source_files = 'Sources/**/*'
14+
s.frameworks = 'Foundation'
15+
s.dependency 'MagicTimerCore'
16+
end

0 commit comments

Comments
 (0)