File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Swift Version] ( https://img.shields.io/badge/Swift-5.5+-orange.svg )] ( https://swift.org/ )
4
4
[ ![ SPM] ( https://img.shields.io/badge/SPM-compatible-brightgreen.svg )] ( https://swift.org/package-manager/ )
5
5
[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
6
- [ ![ Swift Tests] ( https://github.com/inekipelov/combine-async-await/actions/workflows/swift.yml/badge.svg )] ( https://github.com/inekipelov/combine-async-await/actions/workflows/swift.yml )
6
+ [ ![ Swift Tests] ( https://github.com/inekipelov/combine-async-await/actions/workflows/swift.yml/badge.svg )] ( https://github.com/inekipelov/combine-async-await/actions/workflows/swift.yml )
7
+ [ ![ iOS] ( https://img.shields.io/badge/iOS-13.0+-blue.svg )] ( https://developer.apple.com/ios/ )
8
+ [ ![ macOS] ( https://img.shields.io/badge/macOS-10.15+-white.svg )] ( https://developer.apple.com/macos/ )
9
+ [ ![ tvOS] ( https://img.shields.io/badge/tvOS-13.0+-black.svg )] ( https://developer.apple.com/tvos/ )
10
+ [ ![ watchOS] ( https://img.shields.io/badge/watchOS-6.0+-orange.svg )] ( https://developer.apple.com/watchos/ )
7
11
8
12
A lightweight Swift library providing async/await bridge for Combine publishers.
9
13
@@ -16,11 +20,6 @@ A lightweight Swift library providing async/await bridge for Combine publishers.
16
20
- Convert AsyncSequence to Combine Publishers with proper backpressure handling
17
21
- Convert AsyncStream and AsyncThrowingStream to Combine Publishers
18
22
19
- ## Requirements
20
-
21
- - Swift 5.5+
22
- - iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 6.0+
23
-
24
23
## Installation
25
24
26
25
### Swift Package Manager
You can’t perform that action at this time.
0 commit comments