Skip to content

Commit d26ee36

Browse files
committed
Update RxSwift to 6
1 parent 1a6b95e commit d26ee36

File tree

2 files changed

+38
-40
lines changed

2 files changed

+38
-40
lines changed

Example/Podfile.lock

Lines changed: 32 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
PODS:
2-
- Differentiator (4.0.1)
3-
- Fakery (4.1.1)
4-
- Kingfisher (5.13.0):
5-
- Kingfisher/Core (= 5.13.0)
6-
- Kingfisher/Core (5.13.0)
7-
- Reusable (4.1.0):
8-
- Reusable/Storyboard (= 4.1.0)
9-
- Reusable/View (= 4.1.0)
10-
- Reusable/Storyboard (4.1.0)
11-
- Reusable/View (4.1.0)
12-
- RxCocoa (5.0.1):
13-
- RxRelay (~> 5)
14-
- RxSwift (~> 5)
15-
- RxDataSources (4.0.1):
16-
- Differentiator (~> 4.0)
17-
- RxCocoa (~> 5.0)
18-
- RxSwift (~> 5.0)
19-
- RxDataSourcesSingleSection (0.2.1):
2+
- Differentiator (5.0.0)
3+
- Fakery (5.0.0)
4+
- Kingfisher (6.0.1)
5+
- Reusable (4.1.1):
6+
- Reusable/Storyboard (= 4.1.1)
7+
- Reusable/View (= 4.1.1)
8+
- Reusable/Storyboard (4.1.1)
9+
- Reusable/View (4.1.1)
10+
- RxCocoa (6.0.0):
11+
- RxRelay (= 6.0.0)
12+
- RxSwift (= 6.0.0)
13+
- RxDataSources (5.0.0):
14+
- Differentiator (~> 5.0)
15+
- RxCocoa (~> 6.0)
16+
- RxSwift (~> 6.0)
17+
- RxDataSourcesSingleSection (0.3):
2018
- Reusable (~> 4)
21-
- RxCocoa (~> 5)
22-
- RxDataSources (~> 4)
23-
- RxSwift (~> 5)
24-
- RxRelay (5.0.1):
25-
- RxSwift (~> 5)
26-
- RxSwift (5.0.1)
19+
- RxCocoa (~> 6)
20+
- RxDataSources (~> 5)
21+
- RxSwift (~> 6)
22+
- RxRelay (6.0.0):
23+
- RxSwift (= 6.0.0)
24+
- RxSwift (6.0.0)
2725
- SnapKit (5.0.1)
2826

2927
DEPENDENCIES:
@@ -49,17 +47,17 @@ EXTERNAL SOURCES:
4947
:path: "../"
5048

5149
SPEC CHECKSUMS:
52-
Differentiator: 886080237d9f87f322641dedbc5be257061b0602
53-
Fakery: d3380c4aa1efe7631c0831d7e26aa9db4491f014
54-
Kingfisher: 0d334cada987fcddbe9b5cec516406e1ee9d4748
55-
Reusable: 82be188f29d96dc5eff0db7b2393bcc08d2cdd5b
56-
RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c
57-
RxDataSources: efee07fa4de48477eca0a4611e6d11e2da9c1114
58-
RxDataSourcesSingleSection: 4394e57ae097f33e3845cf3a57bdf7826eca2d38
59-
RxRelay: 89d54507f4fd4d969e6ec1d4bd7f3673640b4640
60-
RxSwift: e2dc62b366a3adf6a0be44ba9f405efd4c94e0c4
50+
Differentiator: e8497ceab83c1b10ca233716d547b9af21b9344d
51+
Fakery: 8146918b8dd6df98564dca10cbe8bd05354b8cc4
52+
Kingfisher: adde87a4f74f6a3845395769354efff593581740
53+
Reusable: 53a9acf5c536f229b31b5865782414b508252ddb
54+
RxCocoa: 3f79328fafa3645b34600f37c31e64c73ae3a80e
55+
RxDataSources: aa47cc1ed6c500fa0dfecac5c979b723542d79cf
56+
RxDataSourcesSingleSection: e646e523ad92109293b22e745b55dcb38bea7a58
57+
RxRelay: 8d593be109c06ea850df027351beba614b012ffb
58+
RxSwift: c14e798c59b9f6e9a2df8fd235602e85cc044295
6159
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
6260

6361
PODFILE CHECKSUM: ad30af53858c418f3cfc162561f71b0d01b04479
6462

65-
COCOAPODS: 1.8.4
63+
COCOAPODS: 1.10.1

RxDataSourcesSingleSection.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'RxDataSourcesSingleSection'
11-
s.version = '0.2.1'
11+
s.version = '0.3'
1212
s.summary = 'SingleSection extensions for RxDataSources.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -26,13 +26,13 @@ This library provides simple extensions to create a table view or collection vie
2626
s.author = { 'lm2343635' => 'lm2343635@126.com' }
2727
s.source = { :git => 'https://github.com/lm2343635/RxDataSourcesSingleSection.git', :tag => s.version.to_s }
2828

29-
s.ios.deployment_target = '9.0'
30-
s.swift_version = '5.0'
29+
s.ios.deployment_target = '10.0'
30+
s.swift_version = '5.1'
3131

3232
s.source_files = 'RxDataSourcesSingleSection/Classes/**/*'
3333

34-
s.dependency 'RxSwift', '~> 5'
35-
s.dependency 'RxCocoa', '~> 5'
36-
s.dependency 'RxDataSources', '~> 4'
34+
s.dependency 'RxSwift', '~> 6'
35+
s.dependency 'RxCocoa', '~> 6'
36+
s.dependency 'RxDataSources', '~> 5'
3737
s.dependency 'Reusable', '~> 4'
3838
end

0 commit comments

Comments
 (0)