Update LibComponentLogging-Core specs, add version 1.2, remove header_dir

This commit is contained in:
Arne Harren
2012-07-15 14:11:31 +02:00
parent 93e4be9f8e
commit cf6ccbb587
5 changed files with 40 additions and 12 deletions
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'LibComponentLogging-Core'
s.version = '1.2.2'
s.license = 'MIT'
s.summary = 'Core files of LibComponentLogging, a small logging library for Objective-C on Mac OS X and iOS.'
s.homepage = 'http://0xc0.de/LibComponentLogging'
s.author = { 'Arne Harren' => 'ah@0xc0.de' }
s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git',
:tag => '1.2.2' }
s.description = 'LibComponentLogging is a small logging library for Objective-C on Mac OS X and iOS which provides log levels, log components, and pluggable logging back-ends, e.g. writing log messages to a file, or sending them to the system log.'
s.source_files = 'lcl.{h,m}'
end