File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# RxQueryKit
2
2
3
+ ## 0.7.1
4
+
5
+ ### Enhancements
6
+
7
+ - Compatibility with RxSwift 6.
8
+
9
+
3
10
## 0.7.0
4
11
5
12
### Breaking Changes
Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- QueryKit (0.14.1)
3
- - RxSwift (5 .1.1 )
3
+ - RxSwift (6 .1.0 )
4
4
5
5
DEPENDENCIES:
6
6
- QueryKit (~> 0.14.0)
7
- - RxSwift (~> 5.1 )
7
+ - RxSwift (~> 6.0 )
8
8
9
9
SPEC REPOS:
10
10
trunk:
@@ -13,7 +13,7 @@ SPEC REPOS:
13
13
14
14
SPEC CHECKSUMS:
15
15
QueryKit: 60dae8ff75d5805f9c703c68c0ef4294c9dd7de6
16
- RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
16
+ RxSwift: a834e5c538e89eca0cae86f403f4fbf0336786ce
17
17
18
18
PODFILE CHECKSUM: c654bc3cb69caf3e277e1e5664a489d7a2bba3f7
19
19
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
spec . name = 'RxQueryKit'
3
- spec . version = '0.7.0 '
3
+ spec . version = '0.7.1 '
4
4
spec . summary = 'RxSwift extensions for dealing with QueryKit'
5
5
spec . homepage = 'https://github.com/QueryKit/RxQueryKit'
6
6
spec . license = { :type => 'BSD' , :file => 'LICENSE' }
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
12
12
spec . ios . deployment_target = '8.0'
13
13
spec . osx . deployment_target = '10.10'
14
14
spec . requires_arc = true
15
- spec . dependency 'RxSwift' , '~> 5.1 '
15
+ spec . dependency 'RxSwift' , '~> 6.0 '
16
16
spec . dependency 'QueryKit' , '~> 0.14.0'
17
17
end
18
18
You can’t perform that action at this time.
0 commit comments