blob: 53e176527c1c00faf82af5054640fda53c6a9191 [file] [log] [blame]
{
"name": "ServerReachability",
"version": "0.0.1",
"summary": "ServerReachability - This class help you with checking of access to server by host and port.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexey Gubarev": "gubarev.lesha@gmail.com"
},
"homepage": "https://github.com/ogubariev/ServerReachability",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ogubariev/ServerReachability.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": "Foundation",
"requires_arc": true
}