Skip to content

Commit ab677e1

Browse files
committed
Update pod version and fix typo
1 parent b784811 commit ab677e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StickyTabBarViewController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = 'StickyTabBarViewController'
12-
s.version = '1.0.0'
12+
s.version = '1.0.1'
1313
s.summary = 'A sticky and expandable view controller on top of TabBar'
1414

1515
s.description = <<-DESC
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
s.ios.deployment_target = '10.0'
2626
s.swift_version = '5.0'
2727

28-
s.source = { :git => 'https://github.com/emrepun/StickyTabBarViewController.git', :tag => '#{spec.version}' }
28+
s.source = { :git => 'https://github.com/emrepun/StickyTabBarViewController.git', :tag => '#{s.version}' }
2929

3030
s.source_files = 'StickyTabBarViewController/Classes/**/*'
3131

0 commit comments

Comments
 (0)