Skip to content

Commit

Permalink
Correctly exclude private headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Nov 27, 2013
1 parent 5c6c8b1 commit 4c4711d
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 56 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 2 additions & 8 deletions libPusher.podspec
Expand Up @@ -16,14 +16,8 @@ Pod::Spec.new do |s|
s.subspec 'Core' do |subspec|
subspec.dependency 'SocketRocket', "0.2"

subspec.source_files = 'Library/*'
subspec.private_header_files = *%w(
PTJSON.h
PTJSONParser.h
NSString+Hashing.h
NSDictionary+QueryString.h
PTPusherChannel_Private.h
)
subspec.source_files = 'Library/**/*.{h,m}'
subspec.private_header_files = 'Library/Private Headers/*'
subspec.xcconfig = {
'GCC_PREPROCESSOR_DEFINITIONS' => 'kPTPusherClientLibraryVersion=@\"1.5\"'
}
Expand Down
88 changes: 40 additions & 48 deletions libPusher.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

0 comments on commit 4c4711d

Please sign in to comment.