Skip to content

Commit

Permalink
Merge branch 'release/0.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigran Hambardzumyan committed Jun 25, 2018
2 parents 98cbdab + 16ca439 commit 02fa888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions STDevRxExt.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'STDevRxExt'
s.version = '0.1.3'
s.version = '0.1.4'
s.summary = 'STDevRxExt contains some extension functions for RxSwift and RxCoca which makes our live easy.'

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

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

s.dependency 'RxSwift', '~> 4.1.2'
s.dependency 'RxCocoa', '~> 4.1.2'
s.dependency 'RxSwift', '~> 4'
s.dependency 'RxCocoa', '~> 4'
end

0 comments on commit 02fa888

Please sign in to comment.