Last active
December 22, 2015 18:59
-
-
Save payliu/6516836 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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