We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9379b48 commit 1856b3cCopy full SHA for 1856b3c
1 file changed
README.md
@@ -21,12 +21,10 @@ The project objective is to enhance the usage experience of the Codable protocol
21
22
## Installation
23
24
-#### Cocoapods
25
-```pod 'CodableWrapper', '0.3.3'```
26
-> No longer supported since 1.0.0, use version 0.3.3 if your project uses <Xcode 15 or <iOS 13.
+#### Cocoapods [Beta test](https://github.com/winddpan/CodableWrapper/tree/1.1.0)
+``` pod 'CodableWrapper', :git => 'https://github.com/winddpan/CodableWrapper.git', :branch => '1.1.0' ```
27
28
#### Swift Package Manager
29
-
30
``` https://github.com/winddpan/CodableWrapper ```
31
32
# Example
0 commit comments