Skip to content

Commit 611d19f

Browse files
committed
RxRealm.podspec match Realm pod versions and mins
updated min tvos, watchos, macos versions to match realm swift min versions Signed-off-by: Joseph Mattello <[email protected]>
1 parent b725283 commit 611d19f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RxRealm.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ Pod::Spec.new do |s|
1515
s.swift_version = "5.1"
1616

1717
s.ios.deployment_target = "12.0"
18-
s.osx.deployment_target = "10.10"
19-
s.tvos.deployment_target = "9.0"
20-
s.watchos.deployment_target = "3.0"
18+
s.osx.deployment_target = "10.13"
19+
s.tvos.deployment_target = "12.0"
20+
s.watchos.deployment_target = "4.0"
2121

2222
s.requires_arc = true
2323

2424
s.source_files = "Sources/RxRealm/*.swift"
2525

2626
s.frameworks = "Foundation"
27-
s.dependency "Realm", "~> 10.44"
28-
s.dependency "RealmSwift", "~> 10.44"
27+
s.dependency "Realm", "~> 10.50"
28+
s.dependency "RealmSwift", "~> 10.50"
2929
s.dependency "RxSwift", "~> 6.1"
3030
s.dependency "RxCocoa", "~> 6.1"
3131
end

0 commit comments

Comments
 (0)