Skip to content

Commit 4c8079c

Browse files
committed
bump version
1 parent 6af379d commit 4c8079c

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- RxAtomic (4.4.0)
44
- RxCocoa (4.4.0):
55
- RxSwift (~> 4.0)
6-
- RxReachability (0.1.6):
6+
- RxReachability (0.1.8):
77
- ReachabilitySwift (~> 4.3.0)
88
- RxCocoa (~> 4)
99
- RxSwift (~> 4)
@@ -31,7 +31,7 @@ SPEC CHECKSUMS:
3131
ReachabilitySwift: 408477d1b6ed9779dba301953171e017c31241f3
3232
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
3333
RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749
34-
RxReachability: f52d28c581ffd05a310b480f45a1977ee5b51850
34+
RxReachability: 053f2d913db44998242ade488ccaef558f3ce7cb
3535
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973
3636

3737
PODFILE CHECKSUM: f5fc6f7d4d61b29ff036b190e6515e6cf1d683ab

Pods/Local Podspecs/RxReachability.podspec.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Target Support Files/RxReachability/RxReachability-Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RxReachability.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'RxReachability'
11-
s.version = '0.1.7'
11+
s.version = '0.1.8'
1212
s.summary = 'RxSwift bindings for Reachability'
1313

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

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

0 commit comments

Comments
 (0)