Skip to content

Commit 02fa888

Browse files
author
Tigran Hambardzumyan
committed
Merge branch 'release/0.1.4'
2 parents 98cbdab + 16ca439 commit 02fa888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

STDevRxExt.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'STDevRxExt'
3-
s.version = '0.1.3'
3+
s.version = '0.1.4'
44
s.summary = 'STDevRxExt contains some extension functions for RxSwift and RxCoca which makes our live easy.'
55

66
s.description = <<-DESC
@@ -22,6 +22,6 @@ STDevRxExt contains following 3 type of extensions for RxSwift and RxCocoa:
2222

2323
s.source_files = 'STDevRxExt/Classes/**/*'
2424

25-
s.dependency 'RxSwift', '~> 4.1.2'
26-
s.dependency 'RxCocoa', '~> 4.1.2'
25+
s.dependency 'RxSwift', '~> 4'
26+
s.dependency 'RxCocoa', '~> 4'
2727
end

0 commit comments

Comments
 (0)