SConnection 1.0.0

SConnection 1.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2019
SPMSupports SPM

Maintained by Gabriel Lidenor.



SConnection

[![CI Status](http://img.shields.io/travis/Gabriel Lidenor/SConnection.svg?style=flat)](https://travis-ci.org/Gabriel Lidenor/SConnection) Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

SConnection is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SConnection"

Easy to use

  //This method will return a Boolean
  if(SConnection.isConnectedToNetwork()){
    //do some code
  }else{
    //show an alert
  }

Author

Gabriel Lidenor, [email protected]

License

SConnection is available under the MIT license. See the LICENSE file for more info.