blob: 530017aeaa2b1bc4df35a067b2775627984a637a [file] [log] [blame]
{
"name": "NetworkReachability",
"version": "0.2.0",
"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.2.0"
},
"source_files": "Sources/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": "SystemConfiguration"
}