Skip to content

Commit

Permalink
Updated podspec to point to 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fpillet committed Dec 26, 2018
1 parent c49e44d commit bffe23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NSLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'NSLogger'
s.version = '1.9.0'
s.version = '1.9.5'
s.license = 'BSD'
s.summary = 'A modern, flexible logging tool.'
s.homepage = 'https://github.com/fpillet/NSLogger'
s.author = { 'Florent Pillet' => '[email protected]' }
s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.9.0' }
s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.9.5' }
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 bffe23f

Please sign in to comment.