blob: eee97bc900307da9a1e6167aa75ff3faf343b62b [file] [log] [blame]
{
"name": "iPing",
"summary": "iPing:ICMP Ping in swift",
"version": "1.1.1",
"homepage": "https://github.com/jihongboo/iPing.git",
"license": "MIT",
"authors": {
"Zac Ji": "jihongboo@qq.com"
},
"source": {
"git": "https://github.com/jihongboo/iPing.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"requires_arc": true,
"source_files": "iPing/**/*.{swift,h,m}",
"ios": {
"frameworks": "Foundation"
}
}