Skip to content

Commit ce28c48

Browse files
committed
Loosen RxSwift to ~> 3.5 instead of ~> 3.5.0
1 parent e7d6f73 commit ce28c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RxViewModel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ Long story short: a blatant «imitation» of `ReactiveViewModel `using `RxCocoa`
2525
s.requires_arc = true
2626

2727
s.source_files = 'Source/*.swift', 'Source/Categories/*.swift'
28-
s.dependency 'RxSwift', '~> 3.5.0'
28+
s.dependency 'RxSwift', '~> 3.5'
2929
s.frameworks = 'Foundation'
3030
end

0 commit comments

Comments
 (0)