File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments