Skip to content

Commit

Permalink
update RxRealm.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Fischer authored and Markus Fischer committed Dec 14, 2023
1 parent 363c9a5 commit b275491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxRealm.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Pod::Spec.new do |s|
s.source_files = "Sources/RxRealm/*.swift"

s.frameworks = "Foundation"
s.dependency "Realm", "~> 10.40.1"
s.dependency "RealmSwift", "~> 10.40.1"
s.dependency "Realm", "~> 10.44"
s.dependency "RealmSwift", "~> 10.44"
s.dependency "RxSwift", "~> 6.1"
s.dependency "RxCocoa", "~> 6.1"
end

0 comments on commit b275491

Please sign in to comment.