Skip to content

Commit

Permalink
lossen up RxSwift dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Jun 23, 2017
1 parent 4cba0ea commit 7d1190e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxTimer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RxTimer'
s.version = '1.2'
s.version = '1.2.1'
s.summary = 'RxTimer adds RxSwift NSTimer bindings.'

# This description is used to generate tags and improve search results.
Expand All @@ -32,5 +32,5 @@ RxTimer adds RxSwift NSTimer bindings. This allows you to trigger events reactiv

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

s.dependency 'RxSwift', '~> 3.1.0'
s.dependency 'RxSwift', '~> 3.1'
end

0 comments on commit 7d1190e

Please sign in to comment.