File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
JSONHelper/Supporting Files Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.5.1] ( https://github.com/isair/JSONHelper/tree/1.5.1 ) (2015-04-07)
4
+
5
+ [ Full Changelog] ( https://github.com/isair/JSONHelper/compare/1.5.0...1.5.1 )
6
+
7
+ ** Merged pull requests:**
8
+
9
+ - Add automatically generated change log file. [ \# 28] ( https://github.com/isair/JSONHelper/pull/28 ) ([ skywinder] ( https://github.com/skywinder ) )
10
+
3
11
## [ 1.5.0] ( https://github.com/isair/JSONHelper/tree/1.5.0 ) (2015-04-04)
4
12
5
13
[ Full Changelog] ( https://github.com/isair/JSONHelper/compare/1.4.2...1.5.0 )
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'JSONHelper'
3
- s . version = '1.5.0 '
3
+ s . version = '1.5.1 '
4
4
s . license = { :type => 'zlib' , :file => 'LICENSE' }
5
5
s . summary = 'Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.'
6
6
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.5.0 </string >
18
+ <string >1.5.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >12 </string >
22
+ <string >13 </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.5.0 </string >
18
+ <string >1.5.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
22
- <string >12 </string >
22
+ <string >13 </string >
23
23
<key >NSPrincipalClass </key >
24
24
<string ></string >
25
25
</dict >
You can’t perform that action at this time.
0 commit comments