Skip to content

Commit 44c6365

Browse files
authored
Update README.md
1 parent 58f4a74 commit 44c6365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SwiftNet
22

3-
![](https://img.shields.io/badge/platform-iOS-d3d3d3) ![](https://img.shields.io/badge/iOS-14.0%2B-43A6C6) ![](https://img.shields.io/badge/Swift-5-F86F15)
3+
![](https://img.shields.io/badge/platform-iOS-d3d3d3) ![](https://img.shields.io/badge/iOS-13.0%2B-43A6C6) ![](https://img.shields.io/badge/Swift-5-F86F15)
44

55
`SwiftNet` is a Swift package designed to simplify networking operations in `SwiftUI`. It offers three flexible approaches for fetching, downloading, and uploading data or files using `Escaping Closures`, `Combine`, and `async-await` techniques, allowing you to choose the method that best suits your project requirements.
66

@@ -18,7 +18,7 @@
1818
## Requirements
1919
<a id="requirements"></a>
2020
- SwiftUI
21-
- iOS 14.0 or above
21+
- iOS 13.0 or above
2222

2323
## Installation
2424
<a id="installation"></a>

0 commit comments

Comments
 (0)