We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b784811 commit ab677e1Copy full SHA for ab677e1
StickyTabBarViewController.podspec
@@ -9,7 +9,7 @@
9
Pod::Spec.new do |s|
10
11
s.name = 'StickyTabBarViewController'
12
- s.version = '1.0.0'
+ s.version = '1.0.1'
13
s.summary = 'A sticky and expandable view controller on top of TabBar'
14
15
s.description = <<-DESC
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
25
s.ios.deployment_target = '10.0'
26
s.swift_version = '5.0'
27
28
- s.source = { :git => 'https://github.com/emrepun/StickyTabBarViewController.git', :tag => '#{spec.version}' }
+ s.source = { :git => 'https://github.com/emrepun/StickyTabBarViewController.git', :tag => '#{s.version}' }
29
30
s.source_files = 'StickyTabBarViewController/Classes/**/*'
31
0 commit comments