We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98cbdab + 16ca439 commit 02fa888Copy full SHA for 02fa888
STDevRxExt.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'STDevRxExt'
3
- s.version = '0.1.3'
+ s.version = '0.1.4'
4
s.summary = 'STDevRxExt contains some extension functions for RxSwift and RxCoca which makes our live easy.'
5
6
s.description = <<-DESC
@@ -22,6 +22,6 @@ STDevRxExt contains following 3 type of extensions for RxSwift and RxCocoa:
22
23
s.source_files = 'STDevRxExt/Classes/**/*'
24
25
- s.dependency 'RxSwift', '~> 4.1.2'
26
- s.dependency 'RxCocoa', '~> 4.1.2'
+ s.dependency 'RxSwift', '~> 4'
+ s.dependency 'RxCocoa', '~> 4'
27
end
0 commit comments