Skip to content

Commit bffe23f

Browse files
committed
Updated podspec to point to 1.9.5
1 parent c49e44d commit bffe23f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NSLogger.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'NSLogger'
3-
s.version = '1.9.0'
3+
s.version = '1.9.5'
44
s.license = 'BSD'
55
s.summary = 'A modern, flexible logging tool.'
66
s.homepage = 'https://github.com/fpillet/NSLogger'
77
s.author = { 'Florent Pillet' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.9.0' }
8+
s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.9.5' }
99
s.screenshot = "https://github.com/fpillet/NSLogger/raw/master/Screenshots/mainwindow.png"
1010

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

0 commit comments

Comments
 (0)