Skip to content

Instantly share code, notes, and snippets.

@payliu
Last active December 22, 2015 18:59
Show Gist options
  • Save payliu/6516836 to your computer and use it in GitHub Desktop.
Save payliu/6516836 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'NSLogger-CocoaLumberjack-connector'
s.version = '1.5'
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/steipete/NSLogger-CocoaLumberjack-connector.git', :tag => '1.5' }
#s.source = { :git => 'https://github.com/steipete/NSLogger-CocoaLumberjack-connector.git', :commit => '3e3f3f22af' }
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