diff --git a/LibComponentLogging-Core/1.1.4/LibComponentLogging-Core.podspec b/LibComponentLogging-Core/1.1.4/LibComponentLogging-Core.podspec index d5c9f9ac..da8bcf62 100644 --- a/LibComponentLogging-Core/1.1.4/LibComponentLogging-Core.podspec +++ b/LibComponentLogging-Core/1.1.4/LibComponentLogging-Core.podspec @@ -2,13 +2,13 @@ Pod::Spec.new do |s| s.name = 'LibComponentLogging-Core' s.version = '1.1.4' s.license = 'MIT' - s.summary = 'Part of LibComponentLogging, which is a small open source logging library for Objective-C applications on Mac OS X and iOS.' + 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.1.4' } + s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git', + :tag => '1.1.4' } - s.description = 'LibComponentLogging is a small open source logging library for Objective-C applications on Mac OS X and iPhone OS / iOS which provides conditional logging based on log levels and log components. Additionally, different logging strategies can be used, e.g. writing log messages to a file or sending them to the system log, while using the same logging interface.' + 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}' - s.header_dir = 'LibComponentLogging' end diff --git a/LibComponentLogging-Core/1.1.5/LibComponentLogging-Core.podspec b/LibComponentLogging-Core/1.1.5/LibComponentLogging-Core.podspec index 64bacfab..9f445af8 100644 --- a/LibComponentLogging-Core/1.1.5/LibComponentLogging-Core.podspec +++ b/LibComponentLogging-Core/1.1.5/LibComponentLogging-Core.podspec @@ -2,13 +2,13 @@ Pod::Spec.new do |s| s.name = 'LibComponentLogging-Core' s.version = '1.1.5' s.license = 'MIT' - s.summary = 'Part of LibComponentLogging, which is a small open source logging library for Objective-C applications on Mac OS X and iOS.' + 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.1.5' } + s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git', + :tag => '1.1.5' } - s.description = 'LibComponentLogging is a small logging library for Objective-C applications on Mac OS X and the iPhone OS which provides conditional logging based on log levels and log components. Additionally, different logging strategies can be used, e.g. writing log messages to a file or sending them to the system log, while using the same logging interface.' + 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}' - s.header_dir = 'LibComponentLogging' end diff --git a/LibComponentLogging-Core/1.1.6/LibComponentLogging-Core.podspec b/LibComponentLogging-Core/1.1.6/LibComponentLogging-Core.podspec index 32297be2..30c3024d 100644 --- a/LibComponentLogging-Core/1.1.6/LibComponentLogging-Core.podspec +++ b/LibComponentLogging-Core/1.1.6/LibComponentLogging-Core.podspec @@ -2,13 +2,13 @@ Pod::Spec.new do |s| s.name = 'LibComponentLogging-Core' s.version = '1.1.6' s.license = 'MIT' - s.summary = 'Part of LibComponentLogging, which is a small open source logging library for Objective-C applications on Mac OS X and iOS.' + 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.1.6' } + s.source = { :git => 'https://github.com/aharren/LibComponentLogging-Core.git', + :tag => '1.1.6' } - s.description = 'LibComponentLogging is a small logging library for Objective-C applications on Mac OS X and the iPhone OS which provides conditional logging based on log levels and log components. Additionally, different logging strategies can be used, e.g. writing log messages to a file or sending them to the system log, while using the same logging interface.' + 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}' - s.header_dir = 'LibComponentLogging' end diff --git a/LibComponentLogging-Core/1.2.1/LibComponentLogging-Core.podspec b/LibComponentLogging-Core/1.2.1/LibComponentLogging-Core.podspec new file mode 100644 index 00000000..44b32734 --- /dev/null +++ b/LibComponentLogging-Core/1.2.1/LibComponentLogging-Core.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'LibComponentLogging-Core' + s.version = '1.2.1' + 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.1' } + + 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 diff --git a/LibComponentLogging-Core/1.2.2/LibComponentLogging-Core.podspec b/LibComponentLogging-Core/1.2.2/LibComponentLogging-Core.podspec new file mode 100644 index 00000000..70f59483 --- /dev/null +++ b/LibComponentLogging-Core/1.2.2/LibComponentLogging-Core.podspec @@ -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