Skip to content

Commit 96fd611

Browse files
committed
update readme
1 parent ff44cd7 commit 96fd611

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

+19-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# RealReachability
2-
[![Version](https://img.shields.io/badge/pod-1.1.7-yellow.svg)](http://cocoadocs.org/docsets/RealReachability/1.1.7/)
3-
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](http://cocoadocs.org/docsets/RealReachability/1.1.7/)
4-
[![Platform](https://img.shields.io/badge/Platform-iOS-orange.svg)](http://cocoadocs.org/docsets/RealReachability/1.1.7/)
5-
[![Platform](https://img.shields.io/badge/Build-Passed-green.svg)](http://cocoadocs.org/docsets/RealReachability/1.1.7/)
2+
[![Version](https://img.shields.io/badge/pod-1.1.8-yellow.svg)](http://cocoadocs.org/docsets/RealReachability/1.1.8/)
3+
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](http://cocoadocs.org/docsets/RealReachability/1.1.8/)
4+
[![Platform](https://img.shields.io/badge/Platform-iOS-orange.svg)](http://cocoadocs.org/docsets/RealReachability/1.1.8/)
5+
[![Platform](https://img.shields.io/badge/Build-Passed-green.svg)](http://cocoadocs.org/docsets/RealReachability/1.1.8/)
66
####We need to observe the REAL reachability of network for iOS. That's what RealReachability do.
77

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!
128
#Why RealReachability?
139
As we know, we already have reachability framework for us to choose. Such as the famous repository [Reachability](https://github.com/tonymillion/Reachability).
1410

@@ -49,6 +45,21 @@ Then, run the following command:
4945
```bash
5046
$ pod install
5147
```
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+
```
5263

5364
#Manual Start
5465
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

Comments
 (0)