Skip to content

Commit

Permalink
Update to version 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Feb 12, 2019
1 parent dee0024 commit c0fc44a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" ~> 4.3.1
github "ReactiveX/RxSwift" ~> 4.4
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" "4.3.1"
github "ReactiveX/RxSwift" "4.4"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ requestForAnnotations() // Observable<[MyMapAnnotation]>
mapView.rx.willStartLoadingMap
.asDriver()
.drive(onNext: {
print("map started loadedloading)
print("map started loadedloading")
})
.disposed(by: disposeBag)

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions RxMKMapView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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

0 comments on commit c0fc44a

Please sign in to comment.