Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23de3e9 commit eaba37bCopy full SHA for eaba37b
README.md
@@ -24,12 +24,12 @@ Hassle-free JSON encoding and decoding in Swift
24
25
- Simply add the following to your [`Cartfile`](https://github.com/Carthage/Carthage) and run `carthage update`:
26
```
27
-github "matthewcheok/JSONCodable" ~> 3.0
+github "matthewcheok/JSONCodable" ~> 3.0.1
28
29
30
- or add the following to your [`Podfile`](http://cocoapods.org/) and run `pod install`:
31
32
-pod 'JSONCodable', '~> 3.0'
+pod 'JSONCodable', '~> 3.0.1'
33
34
35
- or clone as a git submodule,
0 commit comments