blob: 1302cd1f6d1e27203845db53e101dd05220dffe9 [file] [log] [blame]
{
"name": "WillowTreeReachability",
"version": "2.0.0",
"summary": "Simple Swift class for monitoring network reachability.",
"description": "Simple Swift class for monitoring network reachability. This class uses a subscription model to notify listeners of network status changes. Multiple listeners may be added to a single Reachability instance.",
"homepage": "https://github.com/willowtreeapps/WillowTreeReachability",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "WillowTree, Inc.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/willowtreeapps/WillowTreeReachability.git",
"tag": "2.0.0"
},
"source_files": [
"Reachability",
"Reachability/**/*.{swift}"
],
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
]
},
"pushed_with_swift_version": "3.0"
}