Skip to content

Commit

Permalink
Release 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gklka committed Aug 8, 2015
1 parent 57015f5 commit 166069b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GKFadeNavigationController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GKFadeNavigationController"
s.version = "0.4.4"
s.version = "0.4.5"
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 @@ -24,7 +24,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '7.0'
s.requires_arc = true

s.source_files = 'Pod/Classes/*.h'
s.source_files = 'Pod/Classes/**/*'
s.resource_bundles = {
'GKFadeNavigationController' => ['Pod/Assets/*.png']
}
Expand Down

0 comments on commit 166069b

Please sign in to comment.