Skip to content

Commit 2b36ef9

Browse files
committed
ready to release 1.7.2
1 parent 013bfe9 commit 2b36ef9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

HandyJSON.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ 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.7.1'
6+
s.version = '1.7.2'
77
s.homepage = "https://github.com/alibaba/handyjson"
88
s.name = "HandyJSON"
99

10-
s.source_files = 'HandyJSON/**/*.{swift,h,m}'
10+
s.source_files = 'Source/**/*.{swift,h,m}'
1111
s.source = { :git => 'https://github.com/alibaba/HandyJSON.git', :tag => s.version.to_s }
1212

1313
s.summary = 'A Json Serialization & Deserialization Library for Swift'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ An overview of types supported can be found at file: [BasicTypes.swift](./HandyJ
100100
101101
**To use with Swift 2.x using == 0.4.0**
102102
103-
**To use with Swift 3.x using >= 1.7.1**
103+
**To use with Swift 3.x using >= 1.7.2**
104104
105105
For Legacy Swift support, take a look at the [swift2 branch](https://github.com/alibaba/HandyJSON/tree/master_for_swift_2x).
106106
@@ -109,7 +109,7 @@ For Legacy Swift support, take a look at the [swift2 branch](https://github.com/
109109
Add the following line to your `Podfile`:
110110
111111
```
112-
pod 'HandyJSON', '~> 1.7.1'
112+
pod 'HandyJSON', '~> 1.7.2'
113113
```
114114
115115
Then, run the following command:
@@ -123,7 +123,7 @@ $ pod install
123123
You can add a dependency on `HandyJSON` by adding the following line to your `Cartfile`:
124124
125125
```
126-
github "alibaba/HandyJSON" ~> 1.7.1
126+
github "alibaba/HandyJSON" ~> 1.7.2
127127
```
128128
129129
## Manually

0 commit comments

Comments
 (0)