Skip to content

Commit

Permalink
. fixed logger sub-spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Mar 16, 2017
1 parent 5618eac commit 8b37fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PubNub.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Pod::Spec.new do |spec|
end

spec.subspec 'Logger' do |logger|
logger.source_files = 'PubNub/Misc/Logger/{Core,Data}/**/*', 'PubNub/Misc/Helpers/{PNLockSupport,PNDefines}.h'
logger.source_files = 'PubNub/Misc/Logger/{Core,Data}/**/*', 'PubNub/Misc/Helpers/{PNLockSupport,PNDefines}.{h,m}'
logger.private_header_files = [
'PubNub/Misc/Logger/Data/*.h',
'PubNub/Misc/Helpers/{PNLockSupport,PNDefines}.h'
Expand Down

0 comments on commit 8b37fce

Please sign in to comment.