Skip to content

Instantly share code, notes, and snippets.

@yas375
Created May 24, 2012 06:08
Show Gist options
  • Select an option

  • Save yas375/2779752 to your computer and use it in GitHub Desktop.

Select an option

Save yas375/2779752 to your computer and use it in GitHub Desktop.
CocoaLumberjack.podspec for head version of cocoapods. +extensions
Pod::Spec.new do |s|
s.name = 'CocoaLumberjack'
s.version = '1.3.3'
s.license = 'BSD'
s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.'
s.homepage = 'https://github.com/robbiehanson/CocoaLumberjack'
s.author = { 'Robbie Hanson' => '[email protected]' }
s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git',
:tag => '1.3.3' }
s.description = 'It is similar in concept to other popular logging frameworks such as log4j, ' \
'yet is designed specifically for objective-c, and takes advantage of features ' \
'such as multi-threading, grand central dispatch (if available), lockless ' \
'atomic operations, and the dynamic nature of the objective-c runtime.'
s.requires_arc = true
s.source_files = 'Lumberjack', 'Lumberjack/Extensions'
s.clean_paths = 'Benchmarking', 'Xcode'
end
Pod::Spec.new do |s|
s.name = 'CocoaLumberjack'
s.version = '1.3.3'
s.license = 'BSD'
s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.'
s.homepage = 'https://github.com/robbiehanson/CocoaLumberjack'
s.author = { 'Robbie Hanson' => '[email protected]' }
s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git',
:tag => '1.3.3' }
s.description = 'It is similar in concept to other popular logging frameworks such as log4j, ' \
'yet is designed specifically for objective-c, and takes advantage of features ' \
'such as multi-threading, grand central dispatch (if available), lockless ' \
'atomic operations, and the dynamic nature of the objective-c runtime.'
s.requires_arc = true
s.source_files = 'Lumberjack', 'Lumberjack/Extensions'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment