blob: f5282180911b4d5f6b8ea8406b1edf4cd110f6ba [file] [log] [blame]
{
"name": "NetworkReachability",
"version": "0.1.4",
"summary": "Swift network reachability",
"description": "NetworkReachability framework provides Swift wrappers for the network reachability API found in Apple's System Configuration framework.",
"homepage": "https://github.com/royratcliffe/NetworkReachability",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Roy Ratcliffe": "roy@pioneeringsoftware.co.uk"
},
"source": {
"git": "https://github.com/royratcliffe/NetworkReachability.git",
"tag": "0.1.4"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": "SystemConfiguration"
}