Skip to content

Commit

Permalink
NSLogger 1.1 Requires CoreServices Framework on OS X platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Maxwell committed Nov 18, 2012
1 parent cd6bf96 commit 0f3f043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NSLogger/1.1/NSLogger.podspec
Expand Up @@ -13,5 +13,6 @@ Pod::Spec.new do |s|
'filtering, image and binary logging, traces buffering, timing information, etc.'

s.source_files = 'Client Logger/iOS/*.{h,m}'
s.frameworks = 'CFNetwork', 'SystemConfiguration'
s.ios.frameworks = 'CFNetwork', 'SystemConfiguration'
s.osx.frameworks = 'CFNetwork', 'SystemConfiguration', 'CoreServices'
end

0 comments on commit 0f3f043

Please sign in to comment.