Skip to content

Commit

Permalink
Fix private header path
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Sep 21, 2015
1 parent a737024 commit f64d469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libPusher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Pod::Spec.new do |s|
subspec.dependency 'ReactiveCocoa', '~> 2.1'

subspec.source_files = 'ReactiveExtensions/*'
subspec.private_header_files = '*_Internal.h'
subspec.private_header_files = 'ReactiveExtensions/*_Internal.h'
end
end

0 comments on commit f64d469

Please sign in to comment.