Skip to content

Commit f06ba55

Browse files
committed
ready to release 1.5.0
1 parent 9d76130 commit f06ba55

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

HandyJSON.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
s.author = {'xuyecan' => '[email protected]'}
44
s.license = 'Apache License 2.0'
55
s.requires_arc = true
6-
s.version = '1.4.0'
6+
s.version = '1.5.0'
77
s.homepage = "https://github.com/alibaba/handyjson"
88
s.name = "HandyJSON"
99

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ print(object.toJSONString(prettyPrint: true)!) // serialize to pretty JSON strin
8888
8989
* Type-Adaption, such as string json field maps to int property, int json field maps to string property
9090
91+
An overview of types supported can be found at file: [BasicTypes.swift](./HandyJSONTest/BasicTypes.swift)
92+
9193
# Requirements
9294
9395
* iOS 8.0+/OSX 10.9+/watchOS 2.0+/tvOS 9.0+

0 commit comments

Comments
 (0)