Skip to content

Commit 4c862a8

Browse files
committed
Update RxSwift
1 parent 288e2c6 commit 4c862a8

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

Demo/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
2-
- Nimble (8.0.2)
3-
- "NSObject+Rx (5.0.1)":
4-
- RxSwift (~> 5.0)
5-
- Quick (2.1.0)
6-
- RxSwift (5.0.0)
2+
- Nimble (8.0.7)
3+
- "NSObject+Rx (5.1.0)":
4+
- RxSwift (~> 5.1)
5+
- Quick (2.2.0)
6+
- RxSwift (5.1.1)
77

88
DEPENDENCIES:
99
- Nimble
@@ -12,7 +12,7 @@ DEPENDENCIES:
1212
- RxSwift
1313

1414
SPEC REPOS:
15-
https://github.com/cocoapods/specs.git:
15+
trunk:
1616
- Nimble
1717
- Quick
1818
- RxSwift
@@ -22,11 +22,11 @@ EXTERNAL SOURCES:
2222
:path: "../"
2323

2424
SPEC CHECKSUMS:
25-
Nimble: 622629381bda1dd5678162f21f1368cec7cbba60
26-
"NSObject+Rx": 1cc531f17bdb4e3aaac37874f1136c81091d2f6a
27-
Quick: 4be43f6634acfa727dd106bdf3929ce125ffa79d
28-
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
25+
Nimble: a73af6ecd4c9106f434f3d55fc54570be3739e0b
26+
"NSObject+Rx": fa6bbcc1ab1faa06b01466bc09b1e0692bbc5946
27+
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
28+
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
2929

3030
PODFILE CHECKSUM: 4f420ecd33a82075e360098bbed0ccaadfeb1728
3131

32-
COCOAPODS: 1.7.5
32+
COCOAPODS: 1.9.1

NSObject+Rx.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "NSObject+Rx"
3-
s.version = "5.0.3"
3+
s.version = "5.1.0"
44
s.summary = "Handy RxSwift extensions on NSObject."
55
s.description = <<-DESC
66
Right now, we just have a `rx_disposeBag` property, but we're open to PRs!
@@ -15,9 +15,9 @@ Pod::Spec.new do |s|
1515
s.watchos.deployment_target = '3.0'
1616
s.tvos.deployment_target = '9.0'
1717

18-
s.swift_version = '5.0'
18+
s.swift_version = '5.2'
1919
s.source = { :git => "https://github.com/RxSwiftCommunity/NSObject-Rx.git", :tag => s.version }
2020
s.source_files = %w(NSObject+Rx.swift HasDisposeBag.swift)
2121
s.frameworks = "Foundation"
22-
s.dependency 'RxSwift', '~> 5.0'
22+
s.dependency 'RxSwift', '~> 5.1'
2323
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let package = Package(
1111
.library(name: "NSObject-Rx", targets: ["NSObject-Rx"]),
1212
],
1313
dependencies: [
14-
.package(url: "https://github.com/ReactiveX/RxSwift", from: "5.0.1"),
14+
.package(url: "https://github.com/ReactiveX/RxSwift", from: "5.1.1"),
1515
],
1616
targets: [
1717
.target(

0 commit comments

Comments
 (0)