blob: b17acf96b4e667c1ea558405b2945f307c4d361d [file] [log] [blame]
{
"name": "SPLPing",
"version": "1.0.1",
"summary": "Lightweight, reusable and race free ping implementation.",
"homepage": "https://github.com/OliverLetterer/SPLPing",
"license": "MIT",
"authors": {
"Oliver Letterer": "oliver.letterer@gmail.com"
},
"source": {
"git": "https://github.com/OliverLetterer/SPLPing.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/oletterer",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SPLPing/*.{h,m}",
"private_header_files": "SPLPing/ICMPHeader.h",
"frameworks": [
"Foundation",
"CFNetwork"
]
}