File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 84
84
<key >CFBundlePackageType </key >
85
85
<string >APPL </string >
86
86
<key >CFBundleShortVersionString </key >
87
- <string >1.5 </string >
87
+ <string >1.6.0 </string >
88
88
<key >CFBundleSignature </key >
89
89
<string >???? </string >
90
90
<key >CFBundleVersion </key >
91
- <string >1 </string >
91
+ <string >1.6.0 </string >
92
92
<key >LSApplicationCategoryType </key >
93
93
<string >public.app-category.developer-tools </string >
94
94
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'NSLogger'
3
- s . version = '1.5.1 '
3
+ s . version = '1.6.0 '
4
4
s . license = 'BSD'
5
5
s . summary = 'A modern, flexible logging tool.'
6
6
s . homepage = 'https://github.com/fpillet/NSLogger'
7
7
s . author = { 'Florent Pillet' => '[email protected] ' }
8
- s . source = { :git => 'https://github.com/fpillet/NSLogger.git' , :tag => 'v1.5.1 ' }
8
+ s . source = { :git => 'https://github.com/fpillet/NSLogger.git' , :tag => 'v1.6.0 ' }
9
9
s . screenshot = "https://github.com/fpillet/NSLogger/raw/master/Screenshots/mainwindow.png"
10
10
11
11
s . description = 'NSLogger is a high perfomance logging utility which displays traces emitted by ' \
You can’t perform that action at this time.
0 commit comments