blob: 6a61f28ad05e235739d73d49cbdf154ce17a6ae5 [file] [log] [blame]
{
"name": "NetworkReachability",
"version": "0.1.2",
"summary": "Swift network reachability",
"description": "NetworkReachability framework provides Swift wrappers for the network\nreachability 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.2"
},
"source_files": "NetworkReachability/**/*.{swift,h}",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": "SystemConfiguration"
}