Skip to content

Commit

Permalink
Update pod version and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emrepun committed Mar 29, 2020
1 parent b784811 commit ab677e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StickyTabBarViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = 'StickyTabBarViewController'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'A sticky and expandable view controller on top of TabBar'

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

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

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

Expand Down

0 comments on commit ab677e1

Please sign in to comment.