Skip to content

Commit

Permalink
Merge pull request #40 from fassko/master
Browse files Browse the repository at this point in the history
Update RxSwift
  • Loading branch information
fassko authored Apr 11, 2020
2 parents ae67789 + 5986ec0 commit 132595c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
RxAnimated: 8540892468e906e7404595bc51ed4b36b3737ab5
RxAnimated: efb47101de4ec89be14164d6dcc1d06041b3aaec
RxCocoa: 13d2a4d7546a34b8ececae8c281e4ea1dbb94f2b
RxRelay: a168bd6caf712d00c676ac344e9295afc93b418e
RxSwift: ad5874f24bb0dbffd1e9bb8443604e3578796c7a

PODFILE CHECKSUM: 0fde4b5914dec89a7a84760211a9ae5223a647e6

COCOAPODS: 1.9.0
COCOAPODS: 1.9.1
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
.library(name: "RxCocoaRuntime", targets: ["RxAnimated"]),
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.1.0")),
.package(url: "https://github.com/ReactiveX/RxSwift.git", .upToNextMajor(from: "5.1.1")),
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions RxAnimated.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'RxAnimated'
s.version = '0.7.0'
s.version = '0.8.0'
s.summary = 'Animated bindings for RxSwift/RxCocoa'

s.description = <<-DESC
Expand Down Expand Up @@ -30,6 +30,6 @@ Pod::Spec.new do |s|
s.dependency 'RxSwift', '~> 5.1'
s.dependency 'RxCocoa', '~> 5.1'

s.swift_version = "5.0"
s.swift_version = "5.2"

end

0 comments on commit 132595c

Please sign in to comment.