blob: e34be1b3a389891ce055613de3e768941ec708c3 [file] [log] [blame]
{
"name": "SPLPing",
"version": "1.0.0",
"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.0"
},
"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"
]
}