Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoliveira committed Jan 30, 2019
1 parent 6af379d commit 4c8079c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- RxAtomic (4.4.0)
- RxCocoa (4.4.0):
- RxSwift (~> 4.0)
- RxReachability (0.1.6):
- RxReachability (0.1.8):
- ReachabilitySwift (~> 4.3.0)
- RxCocoa (~> 4)
- RxSwift (~> 4)
Expand Down Expand Up @@ -31,7 +31,7 @@ SPEC CHECKSUMS:
ReachabilitySwift: 408477d1b6ed9779dba301953171e017c31241f3
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749
RxReachability: f52d28c581ffd05a310b480f45a1977ee5b51850
RxReachability: 053f2d913db44998242ade488ccaef558f3ce7cb
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973

PODFILE CHECKSUM: f5fc6f7d4d61b29ff036b190e6515e6cf1d683ab
Expand Down
8 changes: 4 additions & 4 deletions Pods/Local Podspecs/RxReachability.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions RxReachability.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

Pod::Spec.new do |s|
s.name = 'RxReachability'
s.version = '0.1.7'
s.version = '0.1.8'
s.summary = 'RxSwift bindings for Reachability'

s.description = <<-DESC
RxReachability adds easy to use RxSwift bindings for [ReachabilitySwift](https://github.com/ashleymills/Reachability.swift).
You can react to network reachability changes and even retry observables when network comes back up.
DESC
DESC

s.homepage = 'https://github.com/RxSwiftCommunity/RxReachability'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 4c8079c

Please sign in to comment.