Skip to content

Commit 6e83a02

Browse files
committed
update README
1 parent 0a33e4b commit 6e83a02

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Requirements
22

3-
Xcode |Swift | Version
4-
-----------|--------------|--------------
5-
Xcode15 | Swift 5.9 | 1.0
6-
<=Xcode14 | <=Swift 5.8 | [0.3.3](https://github.com/winddpan/CodableWrapper/tree/0.3.3)
3+
| Xcode | Minimun Deployments | Version |
4+
| --------- | ------------------- | -------------------------------------------------------------- |
5+
| Xcode15 | >= iOS13 / macOS11 | 1.0 |
6+
| < Xcode15 | < iOS13 / macOS11 | [0.3.3](https://github.com/winddpan/CodableWrapper/tree/0.3.3) |
77

88
# About
99

@@ -19,6 +19,16 @@ The project objective is to enhance the usage experience of the Codable protocol
1919
* Convenience `Codable` subclass
2020
* Transformer
2121

22+
## Installation
23+
24+
#### Cocoapods
25+
> *No longer supported since 1.0.0, use version 0.3.3 if your project uses <Xcode 15 or <iOS 13.*
26+
```pod 'CodableWrapper', '0.3.3'```
27+
28+
#### Swift Package Manager
29+
30+
``` https://github.com/winddpan/CodableWrapper ```
31+
2232
# Example
2333

2434
```swift

0 commit comments

Comments
 (0)