Skip to content

Commit 5111446

Browse files
vandadnpbobgodwinx
authored andcommitted
fix pod versions
1 parent 5d6cefb commit 5111446

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

RxCoreData.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Pod::Spec.new do |s|
3434
s.exclude_files = 'Sources/*.{plist}', 'Sources/**/*.{plist}'
3535
s.frameworks = 'CoreData'
3636
s.swift_version = '5.0'
37-
s.dependency 'RxSwift', '~> 6.0.0'
38-
s.dependency 'RxCocoa', '~> 6.0.0'
37+
s.dependency 'RxSwift', '~> 6.0'
38+
s.dependency 'RxCocoa', '~> 6.0'
3939
end

RxCoreDataExample/Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ target 'RxCoreDateExample' do
77

88
# Pods for RxCoreDateExample
99
pod 'RxCoreData', :path => '../'
10-
pod 'RxSwift', '~> 6.0.0'
11-
pod 'RxCocoa', '~> 6.0.0'
12-
pod 'RxDataSources', '~> 5.0.0'
10+
pod 'RxSwift', '~> 6.0'
11+
pod 'RxCocoa', '~> 6.0'
12+
pod 'RxDataSources', '~> 5.0'
1313

1414
target 'RxCoreDateExampleTests' do
1515
inherit! :search_paths

RxCoreDataExample/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ PODS:
44
- RxRelay (= 6.0.0)
55
- RxSwift (= 6.0.0)
66
- RxCoreData (1.0.0):
7-
- RxCocoa (~> 6.0.0)
8-
- RxSwift (~> 6.0.0)
7+
- RxCocoa (~> 6.0)
8+
- RxSwift (~> 6.0)
99
- RxDataSources (5.0.0):
1010
- Differentiator (~> 5.0)
1111
- RxCocoa (~> 6.0)
@@ -15,10 +15,10 @@ PODS:
1515
- RxSwift (6.0.0)
1616

1717
DEPENDENCIES:
18-
- RxCocoa (~> 6.0.0)
18+
- RxCocoa (~> 6.0)
1919
- RxCoreData (from `../`)
20-
- RxDataSources (~> 5.0.0)
21-
- RxSwift (~> 6.0.0)
20+
- RxDataSources (~> 5.0)
21+
- RxSwift (~> 6.0)
2222

2323
SPEC REPOS:
2424
trunk:
@@ -35,11 +35,11 @@ EXTERNAL SOURCES:
3535
SPEC CHECKSUMS:
3636
Differentiator: e8497ceab83c1b10ca233716d547b9af21b9344d
3737
RxCocoa: 3f79328fafa3645b34600f37c31e64c73ae3a80e
38-
RxCoreData: e9a1127dc2a854b641ced8bc396d4640d8ab427a
38+
RxCoreData: 4e7fa8482b3fae1e5141b1951eea2f47cab095e0
3939
RxDataSources: aa47cc1ed6c500fa0dfecac5c979b723542d79cf
4040
RxRelay: 8d593be109c06ea850df027351beba614b012ffb
4141
RxSwift: c14e798c59b9f6e9a2df8fd235602e85cc044295
4242

43-
PODFILE CHECKSUM: 771844a47ed7938a5f6e8a84afe97379c0b13792
43+
PODFILE CHECKSUM: fc5f513c6a95c75b12515b38ea3792daeafe8d01
4444

4545
COCOAPODS: 1.10.0

0 commit comments

Comments
 (0)