blob: c8f412b3c99033d8ed712f25410539ef4d78cabf [file] [log] [blame]
{
"name": "fpingx",
"version": "0.1.1",
"summary": "A swift wrapper of fping which is a high performance ping tool",
"description": "A swift wrapper of fping which is a high performance ping tool",
"homepage": "https://github.com/jackymelb/fpingx",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"jackymelb": "jackymelb@gmail.com"
},
"source": {
"git": "https://github.com/jackymelb/fpingx.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/jackymelb",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"fpingx/fpingx.swift",
"fpingx/fpingx.h",
"fping/*"
],
"public_header_files": [
"fpingx/fpingx.h",
"fping/*.h"
],
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}