Skip to content

Commit

Permalink
New version of the NSLogger podspec (1.1).
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurDart committed Jul 4, 2012
1 parent c4cbe23 commit 04bb2a6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NSLogger/1.1/NSLogger.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'NSLogger'
s.version = '1.1'
s.license = 'BSD'
s.summary = 'A modern, flexible logging tool.'
s.homepage = 'https://github.com/fpillet/NSLogger'
s.author = { 'Florent Pillet' => 'fpillet@gmail.com' }
s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :commit => '3253608026' }

s.description = 'NSLogger is a high perfomance logging utility which displays traces emitted by ' \
'client applications running on Mac OS X or iOS (iPhone OS). It replaces your ' \
'usual NSLog()-based traces and provides powerful additions like display ' \
'filtering, image and binary logging, traces buffering, timing information, etc.'

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

0 comments on commit 04bb2a6

Please sign in to comment.