Skip to content

Commit

Permalink
Merge pull request #209 from markusfi/main
Browse files Browse the repository at this point in the history
update RxRealm.podspec: Realm dependency updated to 10.44
  • Loading branch information
JoeMatt committed Mar 8, 2024
2 parents 363c9a5 + b275491 commit 607bbee
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 607bbee

Please sign in to comment.