blob: cc53add836e03110bbe9ac8742f3adf1522ea30c [file] [log] [blame]
{
"name": "GBPing",
"version": "1.0.0",
"summary": "Highly accurate ICMP Ping controller for iOS.",
"homepage": "https://github.com/lmirosevic/GBPing",
"license": "Apache License, Version 2.0",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/lmirosevic/GBPing.git",
"tag": "1.0.0"
},
"source_files": "GBPing/*.{h,m}",
"public_header_files": "GBPing/*.h",
"requires_arc": true,
"dependencies": {
"GBToolbox": [
]
}
}