Skip to content

Commit d39ed54

Browse files
authored
Update ReachabilitySwift to 5.0 (#1)
* Update Podspec and Podfile to ReachabilitySwift 5 * Pod update * Update ViewController force unwrap to force try * Fix warnings * Swiftlint autocorrect
1 parent 14e9c6b commit d39ed54

File tree

21 files changed

+232
-152
lines changed

21 files changed

+232
-152
lines changed

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform :ios, '8.0'
55
target 'RxReachability' do
66
use_frameworks!
77

8-
pod 'ReachabilitySwift', '~> 4.3.1'
8+
pod 'ReachabilitySwift', '~> 5.0'
99
pod 'RxSwift', '~> 5'
1010
pod 'RxCocoa', '~> 5'
1111

Podfile.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
PODS:
2-
- ReachabilitySwift (4.3.1)
3-
- RxCocoa (5.0.0):
2+
- ReachabilitySwift (5.0.0)
3+
- RxCocoa (5.0.1):
44
- RxRelay (~> 5)
55
- RxSwift (~> 5)
6-
- RxReachability (1.0.0):
7-
- ReachabilitySwift (~> 4.3.1)
6+
- RxReachability (1.1.0):
7+
- ReachabilitySwift (~> 5.0)
88
- RxCocoa (~> 5)
99
- RxSwift (~> 5)
10-
- RxRelay (5.0.0):
10+
- RxRelay (5.0.1):
1111
- RxSwift (~> 5)
12-
- RxSwift (5.0.0)
12+
- RxSwift (5.0.1)
1313

1414
DEPENDENCIES:
15-
- ReachabilitySwift (~> 4.3.1)
15+
- ReachabilitySwift (~> 5.0)
1616
- RxCocoa (~> 5)
1717
- RxReachability (from `.`)
1818
- RxSwift (~> 5)
@@ -29,12 +29,12 @@ EXTERNAL SOURCES:
2929
:path: "."
3030

3131
SPEC CHECKSUMS:
32-
ReachabilitySwift: 4032e2f59586e11e3b0ebe15b167abdd587a388b
33-
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
34-
RxReachability: f61218539d155d05d69c9db7edbe81560dc3ac09
35-
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
36-
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
32+
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
33+
RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c
34+
RxReachability: 3da1c23ba6d93dabc004290cda61dd9e7884422d
35+
RxRelay: 89d54507f4fd4d969e6ec1d4bd7f3673640b4640
36+
RxSwift: e2dc62b366a3adf6a0be44ba9f405efd4c94e0c4
3737

38-
PODFILE CHECKSUM: f897c8d548d02bbfa31252354156a75cc96548db
38+
PODFILE CHECKSUM: 9f0c361134aae7fe1d858d3d1c05fdd6da8f2999
3939

4040
COCOAPODS: 1.7.1

Pods/Local Podspecs/RxReachability.podspec.json

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

Pods/Manifest.lock

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

Pods/Pods.xcodeproj/project.pbxproj

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

Pods/ReachabilitySwift/README.md

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

0 commit comments

Comments
 (0)