blob: 6ab0652083d323e0e30c91fb258b0c28e6164ea8 [file] [log] [blame]
{
"name": "CDZPinger",
"version": "1.0.1",
"summary": "Easy-to-use ICMP Ping for iOS (and maybe OSX).",
"homepage": "https://github.com/cdzombak/CDZPinger",
"license": "MIT",
"authors": {
"Chris Dzombak": "chris@chrisdzombak.net"
},
"source": {
"git": "https://github.com/cdzombak/CDZPinger.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"public_header_files": "CDZPinger.h",
"frameworks": "CFNetwork",
"requires_arc": true
}