Skip to content

Commit

Permalink
Merge pull request #23 from newscorp-ghfb/develop
Browse files Browse the repository at this point in the history
Update ReachabilitySwift to 5.0 (#1)
  • Loading branch information
o-nnerb authored Jun 10, 2020
2 parents 14e9c6b + d39ed54 commit 8e7b09d
Show file tree
Hide file tree
Showing 21 changed files with 232 additions and 152 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform :ios, '8.0'
target 'RxReachability' do
use_frameworks!

pod 'ReachabilitySwift', '~> 4.3.1'
pod 'ReachabilitySwift', '~> 5.0'
pod 'RxSwift', '~> 5'
pod 'RxCocoa', '~> 5'

Expand Down
26 changes: 13 additions & 13 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- ReachabilitySwift (4.3.1)
- RxCocoa (5.0.0):
- ReachabilitySwift (5.0.0)
- RxCocoa (5.0.1):
- RxRelay (~> 5)
- RxSwift (~> 5)
- RxReachability (1.0.0):
- ReachabilitySwift (~> 4.3.1)
- RxReachability (1.1.0):
- ReachabilitySwift (~> 5.0)
- RxCocoa (~> 5)
- RxSwift (~> 5)
- RxRelay (5.0.0):
- RxRelay (5.0.1):
- RxSwift (~> 5)
- RxSwift (5.0.0)
- RxSwift (5.0.1)

DEPENDENCIES:
- ReachabilitySwift (~> 4.3.1)
- ReachabilitySwift (~> 5.0)
- RxCocoa (~> 5)
- RxReachability (from `.`)
- RxSwift (~> 5)
Expand All @@ -29,12 +29,12 @@ EXTERNAL SOURCES:
:path: "."

SPEC CHECKSUMS:
ReachabilitySwift: 4032e2f59586e11e3b0ebe15b167abdd587a388b
RxCocoa: fcf32050ac00d801f34a7f71d5e8e7f23026dcd8
RxReachability: f61218539d155d05d69c9db7edbe81560dc3ac09
RxRelay: 4f7409406a51a55cd88483f21ed898c234d60f18
RxSwift: 8b0671caa829a763bbce7271095859121cbd895f
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
RxCocoa: e741b9749968e8a143e2b787f1dfbff2b63d0a5c
RxReachability: 3da1c23ba6d93dabc004290cda61dd9e7884422d
RxRelay: 89d54507f4fd4d969e6ec1d4bd7f3673640b4640
RxSwift: e2dc62b366a3adf6a0be44ba9f405efd4c94e0c4

PODFILE CHECKSUM: f897c8d548d02bbfa31252354156a75cc96548db
PODFILE CHECKSUM: 9f0c361134aae7fe1d858d3d1c05fdd6da8f2999

COCOAPODS: 1.7.1
10 changes: 6 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.

26 changes: 13 additions & 13 deletions Pods/Manifest.lock

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

27 changes: 12 additions & 15 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

44 changes: 2 additions & 42 deletions Pods/ReachabilitySwift/README.md

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

Loading

0 comments on commit 8e7b09d

Please sign in to comment.