Ver código fonte

Merge branch 'master' into develop

Ashley Mills 10 anos atrás
pai
commit
1ea445cfd5
2 arquivos alterados com 8 adições e 3 exclusões
  1. 7 2
      README.md
  2. 1 1
      ReachabilitySwift.podspec

+ 7 - 2
README.md

@@ -4,9 +4,13 @@ Replacement for Apple's Reachability re-written in Swift with closures
 
 Inspired by https://github.com/tonymillion/Reachability
 
-**NOTES:**
+## Supporting **Reachability.swift**
+Keeping **Reachability.swift** up-to-date is a time consuming task. Making updates, reviewing pull requests, responding to issues and answering emails all take time. If you'd like to help keep me motivated, please download my free app, [Foto Flipper] from the App Store. (To really motivate me, pay $0.99 for the IAP!)
 
-- If an application has the privacy option “Use cellular data” turned off, the Reachability class still reports isReachable() to be true. There is currently no (non-private) API to detect this. If you need this feature, please raise file a [bug report](https://bugreport.apple.com) with Apple to get this fixed. See devforums thread for details: https://devforums.apple.com/message/1059332#1059332
+And don't forget to **★** the repo. This increases its visibility and encourages others to contribute.
+
+Thanks
+Ash
 
 ## Installation
 ### Manual
@@ -49,6 +53,7 @@ To install Reachability.swift with Carthage:
 
 [Carthage]: https://github.com/Carthage/Carthage
 [Homebrew]: http://brew.sh
+[Foto Flipper]: http://itunes.com/apps/fotoflipper
 
 ## Example - closures
 

+ 1 - 1
ReachabilitySwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name         = 'ReachabilitySwift'
-  s.version      = '2.1'
+  s.version      = '2.3'
   s.homepage     = 'https://github.com/ashleymills/Reachability.swift'
   s.authors      = {
     'Ashley Mills' => 'ashleymills@mac.com'