blob: 951a82cffabdf59ff690bb378abbcddb1f4d3f77 [file] [log] [blame]
{
"name": "RxReachability",
"version": "0.1.6",
"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/bmoliveira/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/bmoliveira/RxReachability.git",
"tag": "0.1.6"
},
"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"
]
}
}