Skip to content

Commit 86c4b04

Browse files
Update README.md
1 parent e2dc0bd commit 86c4b04

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
[![iOS](https://img.shields.io/badge/iOS-15%2B-blue.svg)](https://developer.apple.com/ios/)
55
[![tvOS](https://img.shields.io/badge/tvOS-15%2B-blue.svg)](https://developer.apple.com/tvos/)
66
[![watchOS](https://img.shields.io/badge/watchOS-8%2B-blue.svg)](https://developer.apple.com/watchos/)
7-
[![driverKit](https://img.shields.io/badge/driverKit-19%2B-blue.svg)](https://developer.apple.com/driverkit/)
87
[![visionOS](https://img.shields.io/badge/visionOS-1%2B-blue.svg)](https://developer.apple.com/visionos/)
8+
[![Linux](https://img.shields.io/badge/Linux-supported-green.svg)](https://www.swift.org/platforms/)
9+
[![Windows](https://img.shields.io/badge/Windows-supported-green.svg)](https://www.swift.org/platforms/)
10+
[![Android](https://img.shields.io/badge/Android-experimental-yellow.svg)](https://www.swift.org/blog/nightly-swift-sdk-for-android/)
911

1012
<img src="https://github.com/user-attachments/assets/67d7a28c-e45b-4abd-bdf4-86b329c439b5" width="20%" />
1113

1214

1315
# Kite
1416

15-
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 soars across Apple platforms.
17+
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.
1618
## Features
1719

1820
- `async`/`await`-first request execution
@@ -25,12 +27,10 @@ Kite is named after the kite bird, known for its lightness, speed, and agile fli
2527
## Requirements
2628

2729
- Swift 6
28-
- macOS 12+
29-
- iOS 15+
30-
- tvOS 15+
31-
- watchOS 8+
32-
- visionOS 1+
33-
- driverKit 19+
30+
- **Apple platforms:** macOS 12+, iOS 15+, tvOS 15+, watchOS 8+, visionOS 1+
31+
- **Linux:** any Swift 6-supported distribution
32+
- **Windows:** any Swift 6-supported release
33+
- **Android:** experimental via the [nightly Swift SDK for Android](https://www.swift.org/blog/nightly-swift-sdk-for-android/)
3434

3535
## Installation 📦
3636

0 commit comments

Comments
 (0)