Skip to content

Commit c93de7a

Browse files
authored
Merge pull request #55 from RxSwiftCommunity/fix/loosen-hard-dependency
Loosen RxSwift to `~> 3.5` instead of `~> 3.5.0`
2 parents e7d6f73 + ce28c48 commit c93de7a

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)