We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49e44d commit bffe23fCopy full SHA for bffe23f
NSLogger.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'NSLogger'
3
- s.version = '1.9.0'
+ s.version = '1.9.5'
4
s.license = 'BSD'
5
s.summary = 'A modern, flexible logging tool.'
6
s.homepage = 'https://github.com/fpillet/NSLogger'
7
s.author = { 'Florent Pillet' => '[email protected]' }
8
- 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' }
9
s.screenshot = "https://github.com/fpillet/NSLogger/raw/master/Screenshots/mainwindow.png"
10
11
s.description = 'NSLogger is a high perfomance logging utility which displays traces emitted by ' \
0 commit comments