Skip to content

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gklka committed Aug 8, 2015
1 parent c89904b commit b8f1bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GKFadeNavigationController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GKFadeNavigationController"
s.version = "0.4.3"
s.version = "0.4.4"
s.summary = "A Navigation Controller which supports animated hiding of the Navigation Bar"
s.description = <<-DESC
This is an example implementation of a `UINavigationController` with support of animated hiding and showing it's Navigation Bar.
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
DESC
s.homepage = "https://github.com/gklka/GKFadeNavigationController"
s.screenshots = "https://github.com/gklka/GKFadeNavigationController/blob/master/example.gif?raw=true"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Gruber Kristóf" => "gk@lka.hu" }
s.source = { :git => "https://github.com/gklka/GKFadeNavigationController.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/gklka'
Expand Down

0 comments on commit b8f1bae

Please sign in to comment.