Skip to content

Commit 23db92f

Browse files
committed
Podspec problem has been fixed.
1 parent 4f8ec7d commit 23db92f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MagicTimer.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Pod::Spec.new do |s|
22
s.name = 'MagicTimer'
3-
s.version = '1.0.5'
3+
s.version = '1.0.6'
44
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.'
55

66
s.homepage = 'https://github.com/MagicTimerFW/MagicTimer'
77
s.license = { :type => 'MIT', :file => 'LICENSE' }
88
s.author = { 'sadeghgoo' => '[email protected]' }
9-
s.source = { :git => 'https://github.com/MagicTimerFW/MagicTimer', :tag => s.version.to_s }
9+
s.source = { :git => 'https://github.com/MagicTimerFW/MagicTimer.git', :tag => s.version.to_s }
1010

1111
s.ios.deployment_target = '11.0'
1212
s.swift_versions = ['5.0']
1313
s.source_files = 'Sources/**/*'
1414
s.frameworks = 'Foundation'
15+
s.dependency 'MathOperators'
1516
end

0 commit comments

Comments
 (0)