blob: 24a9751782e6ba9c45b0043886e513168b5282ae [file] [log] [blame]
{
"name": "iPing",
"summary": "iPing:ICMP Ping in swift",
"version": "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"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"requires_arc": true,
"source_files": "iPing/**/*.{swift,h,m}",
"ios": {
"frameworks": "Foundation"
}
}