Latest | 1.1.8 |
---|---|
Homepage | https://github.com/OliverLetterer/SPLPing |
License | MIT |
Platforms | ios 9.0, requires ARC |
Frameworks | Foundation, CFNetwork |
Authors |
Lightweight, reusable and race free ping implementation.
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
Carthage
SPLPing is available through Carthage. To install
it, simply add the following line to your Cartfile:
github "OliverLetterer/SPLPing" ~> 1.0.0
CocoaPods
SPLPing is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "SPLPing"
Author
Oliver Letterer, [email protected]
License
SPLPing is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "SPLPing", "version": "1.1.8", "summary": "Lightweight, reusable and race free ping implementation.", "homepage": "https://github.com/OliverLetterer/SPLPing", "license": "MIT", "authors": { "Oliver Letterer": "[email protected]" }, "source": { "git": "https://github.com/OliverLetterer/SPLPing.git", "tag": "1.1.8" }, "social_media_url": "https://twitter.com/oletterer", "platforms": { "ios": "9.0" }, "requires_arc": true, "source_files": "SPLPing/*.{h,m}", "private_header_files": "SPLPing/ICMPHeader.h", "frameworks": [ "Foundation", "CFNetwork" ] }
Fri, 01 Sep 2017 12:20:22 +0000