diff --git a/README.md b/README.md index 290a487..a756957 100644 --- a/README.md +++ b/README.md @@ -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 ... @@ -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? :) diff --git a/RxCombine.podspec b/RxCombine.podspec index 1f1338d..3082d45 100644 --- a/RxCombine.podspec +++ b/RxCombine.podspec @@ -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.