Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
H. Li committed May 9, 2019
1 parent 2800750 commit 94e2df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -108,7 +108,7 @@ An overview of types supported can be found at file: [BasicTypes.swift](./HandyJ
# Installation
**To use with Swift 5.0 ( Xcode 10.2 ), version == 5.0.0-beta.1**
**To use with Swift 5.0 ( Xcode 10.2 ), version == 5.0.0**
**To use with Swift 4.2 ( Xcode 10 ), version == 4.2.0**
Expand All @@ -123,7 +123,7 @@ For Legacy Swift2.x support, take a look at the [swift2 branch](https://github.c
Add the following line to your `Podfile`:
```
pod 'HandyJSON', '~> 5.0.0-beta.1'
pod 'HandyJSON', '~> 5.0.0'
```
Then, run the following command:
Expand All @@ -137,7 +137,7 @@ $ pod install
You can add a dependency on `HandyJSON` by adding the following line to your `Cartfile`:
```
github "alibaba/HandyJSON" ~> 5.0.0-beta.1
github "alibaba/HandyJSON" ~> 5.0.0
```
## Manually
Expand Down

0 comments on commit 94e2df8

Please sign in to comment.