Skip to content

Commit

Permalink
Adjusted podspec & headers for 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fpillet committed Jan 9, 2019
1 parent 00ef5d6 commit 5de32ca
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Client/iOS/LoggerClient.h
@@ -1,7 +1,7 @@
/*
* LoggerClient.h
*
* version 1.9.6 29-DEC-2018
* version 1.9.7 09-JAN-2019
*
* Part of NSLogger (client side)
* https://github.com/fpillet/NSLogger
Expand Down
2 changes: 1 addition & 1 deletion Client/iOS/LoggerClient.m
@@ -1,7 +1,7 @@
/*
* LoggerClient.m
*
* version 1.9.6 29-DEC-2018
* version 1.9.7 09-JAN-2019
*
* Main implementation of the NSLogger client side code
* Part of NSLogger (client side)
Expand Down
2 changes: 1 addition & 1 deletion Client/iOS/NSLogger.h
@@ -1,7 +1,7 @@
/*
* NSLogger.h
*
* version 1.9.6 29-DEC-2018
* version 1.9.7 09-JAN-2019
*
* Part of NSLogger (client side)
* https://github.com/fpillet/NSLogger
Expand Down
2 changes: 1 addition & 1 deletion Client/iOS/NSLogger.swift
@@ -1,7 +1,7 @@
/*
* NSLogger.swift
*
* version 1.9.6 29-DEC-2018
* version 1.9.7 09-JAN-2019
*
* Part of NSLogger (client side)
* https://github.com/fpillet/NSLogger
Expand Down
2 changes: 1 addition & 1 deletion Client/iOS/NSLoggerSwift.h
@@ -1,7 +1,7 @@
/*
* NSLoggerSwift.h
*
* version 1.9.6 29-DEC-2018
* version 1.9.7 09-JAN-2019
*
* Part of NSLogger (client side)
* https://github.com/fpillet/NSLogger
Expand Down
4 changes: 2 additions & 2 deletions NSLogger.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'NSLogger'
s.version = '1.9.6'
s.version = '1.9.7'
s.license = 'BSD'
s.summary = 'A modern, flexible logging tool.'
s.homepage = 'https://github.com/fpillet/NSLogger'
s.author = { 'Florent Pillet' => 'fpillet@gmail.com' }
s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.9.6' }
s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.9.7' }
s.screenshot = "https://github.com/fpillet/NSLogger/raw/master/Screenshots/mainwindow.png"

s.description = 'NSLogger is a high perfomance logging utility which displays traces emitted by ' \
Expand Down

0 comments on commit 5de32ca

Please sign in to comment.