Skip to content

Commit 1a956e0

Browse files
author
chantu
committed
do not update podspec version
1 parent 55735a9 commit 1a956e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 = '5.0.1'
6+
s.version = '5.0.0'
77
s.homepage = "https://github.com/alibaba/handyjson"
88
s.name = "HandyJSON"
99

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ An overview of types supported can be found at file: [BasicTypes.swift](./HandyJ
108108
109109
# Installation
110110
111-
**To use with Swift 5.0 ( Xcode 10.2 ), version == 5.0.1**
111+
**To use with Swift 5.0 ( Xcode 10.2 ), version == 5.0.0**
112112
113113
**To use with Swift 4.2 ( Xcode 10 ), version == 4.2.0**
114114
@@ -123,7 +123,7 @@ For Legacy Swift2.x support, take a look at the [swift2 branch](https://github.c
123123
Add the following line to your `Podfile`:
124124
125125
```
126-
pod 'HandyJSON', '~> 5.0.1'
126+
pod 'HandyJSON', '~> 5.0.0'
127127
```
128128
129129
Then, run the following command:
@@ -137,7 +137,7 @@ $ pod install
137137
You can add a dependency on `HandyJSON` by adding the following line to your `Cartfile`:
138138
139139
```
140-
github "alibaba/HandyJSON" ~> 5.0.1
140+
github "alibaba/HandyJSON" ~> 5.0.0
141141
```
142142
143143
## Manually

0 commit comments

Comments
 (0)