Files
JBChartView/CocoaLumberjack/1.1.0/CocoaLumberjack.podspec
T
2012-08-07 00:30:23 +02:00

13 lines
464 B
Ruby

Pod::Spec.new do |s|
s.name = 'CocoaLumberjack'
s.version = '1.1.0'
s.license = 'BSD'
s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.'
s.homepage = 'http://code.google.com/p/cocoalumberjack/'
s.author = { 'Robbie Hanson' => 'robbiehanson@deusty.com' }
s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git',
:tag => '1.1' }
s.source_files = 'Lumberjack'
end