Skip to content

Commit dffebd0

Browse files
committed
Modified podspec to use RxSwift 4.3.1
1 parent 7f76fd0 commit dffebd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RxCoreLocation.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Pod::Spec.new do |s|
1717
s.subspec "Core" do |ss|
1818
ss.source_files = "Sources/*.swift"
1919
ss.framework = "Foundation"
20-
ss.dependency "RxSwift", "~> 4.3.0"
21-
ss.dependency "RxCocoa", "~> 4.3.0"
20+
ss.dependency "RxSwift", "~> 4.3.1"
21+
ss.dependency "RxCocoa", "~> 4.3.1"
2222
end
2323

2424
end

0 commit comments

Comments
 (0)