Skip to content

Instantly share code, notes, and snippets.

@jk
Last active October 6, 2015 08:38
Show Gist options
  • Save jk/2966540 to your computer and use it in GitHub Desktop.
Save jk/2966540 to your computer and use it in GitHub Desktop.
NSLogger-CocoaLumberjack-connector
Pod::Spec.new do |s|
s.name = 'NSLogger-CocoaLumberjack-connector'
s.version = '1.2.cp1'
s.license = 'BSD'
s.summary = 'Bridges NSLogger and CocoaLumberjack.'
s.homepage = 'https://github.com/steipete/NSLogger-CocoaLumberjack-connector'
s.author = { 'Peter Steinberger' => '[email protected]' }
s.source = { :git => 'https://github.com/jk/NSLogger-CocoaLumberjack-connector.git', :commit => 'a05e5c51fad2c850c44eab6643f131f48a38929c' }
s.description = 'This is a bridge for the projects http://github.com/robbiehanson/CocoaLumberjack (A general purpose super-fast logging framework) and http://github.com/fpillet/NSLogger (send logs to a client app via network).'
s.source_files = 'DDNSLoggerLogger.*'
s.dependency 'NSLogger'
s.dependency 'CocoaLumberjack'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment