blob: 52d817122e48bea3c4d552ead086427839914c97 [file] [log] [blame]
{
"name": "WillowTreeReachability",
"version": "2.0.2",
"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": {
"tvos": "9.0"
},
"source": {
"git": "https://github.com/willowtreeapps/WillowTreeReachability.git",
"tag": "2.0.2"
},
"source_files": [
"Reachability",
"Sources/**/*.{swift}"
],
"ios": {
"frameworks": [
"MobileCoreServices",
"SystemConfiguration"
]
},
"pushed_with_swift_version": "3.0"
}