Skip to content

Commit

Permalink
Use RxSwift 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Jun 14, 2019
1 parent 81c4e1d commit d780a2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -11,8 +11,8 @@ let package = Package(
.library(name: "RxViewController", targets: ["RxViewController"]),
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "4.0.0")),
.package(url: "https://github.com/devxoul/RxExpect.git", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/devxoul/RxExpect.git", .upToNextMajor(from: "2.0.0")),
],
targets: [
.target(name: "RxViewController", dependencies: ["RxSwift", "RxCocoa"]),
Expand Down
4 changes: 2 additions & 2 deletions RxViewController.podspec
Expand Up @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
:tag => s.version.to_s }
s.source_files = "Sources/**/*.swift"
s.frameworks = "Foundation"
s.dependency "RxSwift", ">= 4.0.0"
s.dependency "RxCocoa", ">= 4.0.0"
s.dependency "RxSwift", "~> 5.0"
s.dependency "RxCocoa", "~> 5.0"

s.swift_version = "5.0"
s.ios.deployment_target = "8.0"
Expand Down

0 comments on commit d780a2c

Please sign in to comment.