Skip to content

Commit 4635276

Browse files
authored
loose the depencency version requirement (#39)
1 parent 0e6eea7 commit 4635276

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RxASDataSources.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Pod::Spec.new do |s|
1414

1515
s.source_files = "Sources/**/*.swift"
1616
s.framework = "Foundation"
17-
s.dependency 'RxSwift', '~> 5.0.0'
18-
s.dependency 'RxCocoa', '~> 5.0.0'
17+
s.dependency 'RxSwift', '~> 5.0'
18+
s.dependency 'RxCocoa', '~> 5.0'
1919
s.dependency 'Differentiator', '~> 4.0'
20-
s.dependency 'Texture', '~> 2.8.1'
20+
s.dependency 'Texture', '~> 2.8'
2121

2222
end

0 commit comments

Comments
 (0)