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 11# Change Log
22
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+
311## [ 1.5.0] ( https://github.com/isair/JSONHelper/tree/1.5.0 ) (2015-04-04)
412
513[ Full Changelog] ( https://github.com/isair/JSONHelper/compare/1.4.2...1.5.0 )
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'JSONHelper'
3- s . version = '1.5.0 '
3+ s . version = '1.5.1 '
44 s . license = { :type => 'zlib' , :file => 'LICENSE' }
55 s . summary = 'Lightning fast JSON deserialization and value conversion library for iOS & OS X written in Swift.'
66
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.5.0 </string >
18+ <string >1.5.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >12 </string >
22+ <string >13 </string >
2323 <key >NSPrincipalClass </key >
2424 <string ></string >
2525</dict >
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.5.0 </string >
18+ <string >1.5.1 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >12 </string >
22+ <string >13 </string >
2323 <key >NSPrincipalClass </key >
2424 <string ></string >
2525</dict >
You can’t perform that action at this time.
0 commit comments