blob: 8c93c51dcbee33a1cd53b41a3dd058c6e2db3eae [file] [log] [blame]
{
"name": "RxReachability",
"version": "0.1.7",
"summary": "RxSwift bindings for Reachability",
"description": "RxReachability adds easy to use RxSwift bindings for [ReachabilitySwift](https://github.com/ashleymills/Reachability.swift).\nYou can react to network reachability changes and even retry observables when network comes back up.",
"homepage": "https://github.com/RxSwiftCommunity/RxReachability",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com",
"Bruno Oliveira": "bm.oliveira.dev@gmail.com",
"RxSwiftCommunity": "https://github.com/RxSwiftCommunity"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxReachability.git",
"tag": "0.1.7"
},
"social_media_url": "https://rxswift.slack.com",
"source_files": "RxReachability/Sources/**/*",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"frameworks": "Foundation",
"dependencies": {
"ReachabilitySwift": [
"~> 4.3.0"
],
"RxSwift": [
"~> 4"
],
"RxCocoa": [
"~> 4"
]
}
}