Skip to content

Commit

Permalink
RxCombine 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Jun 14, 2019
1 parent e96ccab commit 41ea30c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ Add the following dependency to your **Package.swift** file:

### Carthage

No Carthage support yet. I hope to have the time to take care of it soon.
Carthage support is offered as a prebuilt binary.

Feel free to open a PR !
Add the following to your **Cartfile**:

```
github "freak4pc/RxCombine"
```

## I want to ...

Expand Down Expand Up @@ -116,7 +120,7 @@ Observable.of(10, 5, 7, 4, 1, 6)
## Future ideas

* Add CI / Tests
* Carthage Support
* ~~Carthage Support~~
* Bridge SwiftUI with RxCocoa/RxSwift
* Partial Backpressure support, perhaps?
* ... your ideas? :)
Expand Down
2 changes: 1 addition & 1 deletion RxCombine.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxCombine"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "RxSwift is a Swift implementation of Reactive Extensions"
s.description = <<-DESC
Bi-directional type conversions between RxSwift and Apple's Combine framework.
Expand Down

0 comments on commit 41ea30c

Please sign in to comment.