blob: ad827a85bb6f9617a60003816998a0eee6e57307 [file] [log] [blame]
{
"name": "NetworkDiagnose",
"version": "0.1.3",
"summary": "Network Diagnose Framework for iOS and OSX",
"description": "Network Diagnose framework, include: \n - Ping\n - TCPPing\n - NSLookup\n - TraceRoute\n - HTTP\n - NetworkInfo",
"homepage": "https://github.com/yourtion/YXNetworkDiagnose-OC",
"license": "MIT",
"authors": {
"Yourtion": "yourtion@gmail.com"
},
"source": {
"git": "https://github.com/yourtion/YXNetworkDiagnose-OC.git",
"tag": "0.1.3"
},
"source_files": "YXNetworkDiagnose",
"screenshots": [
"https://raw.githubusercontent.com/yourtion/YXNetworkDiagnose-OC/master/ScreenShot-Mac.png",
"https://raw.githubusercontent.com/yourtion/YXNetworkDiagnose-OC/master/ScreenShot-iOS.png"
],
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"libraries": "resolv",
"frameworks": "Foundation",
"requires_arc": true
}