From c0fc44a08aacb5eab697824aa4925341d30c465f Mon Sep 17 00:00:00 2001 From: freak4pc Date: Tue, 12 Feb 2019 13:35:24 +0200 Subject: [PATCH] Update to version 4.4 --- Cartfile | 2 +- Cartfile.resolved | 2 +- README.md | 4 ++-- RxMKMapView.podspec | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cartfile b/Cartfile index 6c7e3a8..8ca1c8e 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "ReactiveX/RxSwift" ~> 4.3.1 +github "ReactiveX/RxSwift" ~> 4.4 diff --git a/Cartfile.resolved b/Cartfile.resolved index b34f3f7..d5fa8f5 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1 +1 @@ -github "ReactiveX/RxSwift" "4.3.1" +github "ReactiveX/RxSwift" "4.4" diff --git a/README.md b/README.md index 7831b2c..3b9af3c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ requestForAnnotations() // Observable<[MyMapAnnotation]> mapView.rx.willStartLoadingMap .asDriver() .drive(onNext: { - print("map started loadedloading) + print("map started loadedloading") }) .disposed(by: disposeBag) @@ -62,7 +62,7 @@ mapView.rx.didFinishLoadingMap ## Requirements -RxMKMapView requires Swift 4.0 and RxSwift (4.3). +RxMKMapView requires Swift 4.0 and RxSwift (4.4). ## License diff --git a/RxMKMapView.podspec b/RxMKMapView.podspec index e8b88fe..78b3800 100644 --- a/RxMKMapView.podspec +++ b/RxMKMapView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'RxMKMapView' - s.version = '4.3.0' + s.version = '4.4.0' s.summary = 'Reactive wrapper for MKMapView `delegate`' s.description = <<-DESC RxMKMapView is a Reactive wrapper for MKMapView `delegate`. @@ -62,7 +62,7 @@ DESC s.source_files = 'Sources/**/*.swift' - s.dependency 'RxCocoa', '~> 4.3' - s.dependency 'RxSwift', '~> 4.3' + s.dependency 'RxCocoa', '~> 4.4' + s.dependency 'RxSwift', '~> 4.4' s.frameworks = 'Foundation' end