blob: 950fc6c5336afb27cd032d7106951c54a663012d [file] [log] [blame]
{
"name": "CDZPinger",
"version": "1.0",
"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"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"public_header_files": "CDZPinger.h",
"frameworks": "CFNetwork",
"requires_arc": true
}