You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kite is named after the kite bird, known for its lightness, speed, and agile flight. This Swift Package aims to embody those qualities—offering a lightweight, fast, and flexible networking layer that runs on Apple platforms, Linux, Windows, and Android.
18
+
18
19
## Features
19
20
20
21
-`async`/`await`-first request execution
21
22
- Small protocol-based request model
22
23
- Built-in JSON and XML response deserializers
23
24
- Raw-data and no-op deserializers for simple endpoints
24
25
- Query-string, JSON body, auth-header, and multipart upload support
25
-
- Explicit error behavior for invalid URLs, auth failures, decode failures, and non-2xx responses
26
+
- Zero external dependencies
27
+
- Explicit error behavior for auth failures, decode failures, and non-2xx responses
26
28
27
29
## Requirements
28
30
@@ -38,12 +40,12 @@ Kite is named after the kite bird, known for its lightness, speed, and agile fli
38
40
39
41
In Xcode, choose:
40
42
41
-
`File` -> `Add Package Dependencies...` -> `Up to Next Major Version` starting at `4.0.0`
43
+
`File` -> `Add Package Dependencies...` -> `Up to Next Major Version` starting at `5.0.0`
0 commit comments