|
1 | 1 | # RealReachability
|
2 |
| -[](http://cocoadocs.org/docsets/RealReachability/1.1.7/) |
3 |
| -[](http://cocoadocs.org/docsets/RealReachability/1.1.7/) |
4 |
| -[](http://cocoadocs.org/docsets/RealReachability/1.1.7/) |
5 |
| -[](http://cocoadocs.org/docsets/RealReachability/1.1.7/) |
| 2 | +[](http://cocoadocs.org/docsets/RealReachability/1.1.8/) |
| 3 | +[](http://cocoadocs.org/docsets/RealReachability/1.1.8/) |
| 4 | +[](http://cocoadocs.org/docsets/RealReachability/1.1.8/) |
| 5 | +[](http://cocoadocs.org/docsets/RealReachability/1.1.8/) |
6 | 6 | ####We need to observe the REAL reachability of network for iOS. That's what RealReachability do.
|
7 | 7 |
|
8 |
| - |
9 |
| -#####[NEWS FROM APPLE](https://developer.apple.com/news/?id=05042016a): Starting June 1, 2016 all apps submitted to the App Store MUST support IPv6-only networking. |
10 |
| -### RealReachability SUPPORT IPV6 NOW. PLEASE UPDATE TO POD VERSION 1.1.7 OR THE LATEST MASTER VERSION. |
11 |
| -###Found any issue around IPV6, contact me as soon as possible, Thank you! |
12 | 8 | #Why RealReachability?
|
13 | 9 | As we know, we already have reachability framework for us to choose. Such as the famous repository [Reachability](https://github.com/tonymillion/Reachability).
|
14 | 10 |
|
@@ -49,6 +45,21 @@ Then, run the following command:
|
49 | 45 | ```bash
|
50 | 46 | $ pod install
|
51 | 47 | ```
|
| 48 | +# Installation with Carthage |
| 49 | +[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. |
| 50 | + |
| 51 | +You can install Carthage with [Homebrew](http://brew.sh/) using the following command: |
| 52 | + |
| 53 | +```bash |
| 54 | +$ brew update |
| 55 | +$ brew install carthage |
| 56 | +``` |
| 57 | + |
| 58 | +RealReachability in your `Cartfile`: |
| 59 | + |
| 60 | +``` |
| 61 | +github "dustturtle/RealReachability" |
| 62 | +``` |
52 | 63 |
|
53 | 64 | #Manual Start
|
54 | 65 | If you'd rather do everything by hand, just add the folder "RealReachability" to your project, then all of the files will be added to your project.
|
|
0 commit comments