forked from RxSwiftCommunity/RxReachability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
brennoumobi
committed
Jun 10, 2020
1 parent
53446b0
commit 7100364
Showing
12 changed files
with
349 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "Reachability", | ||
"repositoryURL": "https://github.com/ashleymills/Reachability.swift", | ||
"state": { | ||
"branch": null, | ||
"revision": "98e968e7b6c1318fb61df23e347bc319761e8acb", | ||
"version": "5.0.0" | ||
} | ||
}, | ||
{ | ||
"package": "RxSwift", | ||
"repositoryURL": "https://github.com/ReactiveX/RxSwift", | ||
"state": { | ||
"branch": null, | ||
"revision": "002d325b0bdee94e7882e1114af5ff4fe1e96afa", | ||
"version": "5.1.1" | ||
} | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | ||
|
||
target 'RxReachability_Example' do | ||
# Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | ||
|
||
# Pods for RxReachability | ||
pod "RxReachability", :git => "https://github.com/RxSwiftCommunity/RxReachability.git", :branch => "develop" | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
PODS: | ||
- ReachabilitySwift (5.0.0) | ||
- RxCocoa (5.1.1): | ||
- RxRelay (~> 5) | ||
- RxSwift (~> 5) | ||
- RxReachability (1.2.0): | ||
- ReachabilitySwift (< 6.0, >= 5.0) | ||
- RxCocoa (< 6.0, >= 5.0) | ||
- RxSwift (< 6.0, >= 5.0) | ||
- RxRelay (5.1.1): | ||
- RxSwift (~> 5) | ||
- RxSwift (5.1.1) | ||
|
||
DEPENDENCIES: | ||
- RxReachability (from `https://github.com/RxSwiftCommunity/RxReachability.git`, branch `develop`) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- ReachabilitySwift | ||
- RxCocoa | ||
- RxRelay | ||
- RxSwift | ||
|
||
EXTERNAL SOURCES: | ||
RxReachability: | ||
:branch: develop | ||
:git: https://github.com/RxSwiftCommunity/RxReachability.git | ||
|
||
CHECKOUT OPTIONS: | ||
RxReachability: | ||
:commit: 53446b00335ec8959cfdb6b50a306ea08d78f545 | ||
:git: https://github.com/RxSwiftCommunity/RxReachability.git | ||
|
||
SPEC CHECKSUMS: | ||
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 | ||
RxCocoa: 32065309a38d29b5b0db858819b5bf9ef038b601 | ||
RxReachability: d83ca6e6fa73abed38e2c5b120a8499521979e10 | ||
RxRelay: d77f7d771495f43c556cbc43eebd1bb54d01e8e9 | ||
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178 | ||
|
||
PODFILE CHECKSUM: b8c970ead33d2592e11cf8c1df0730a36f9915e3 | ||
|
||
COCOAPODS: 1.9.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.