Skip to content

Commit

Permalink
Fixed podspec, AGAIN, sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
gklka committed Jul 28, 2015
1 parent f6ac29d commit f7ae42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GKFadeNavigationController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 f7ae42f

Please sign in to comment.