blob: bc8a663419e2428583921e91db2be2ff256da85f [file] [log] [blame]
{
"name": "RxReachability",
"version": "0.1.2",
"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/ivanbruel/RxReachability",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ivanbruel": "ivan.bruel@gmail.com"
},
"source": {
"git": "https://github.com/ivanbruel/RxReachability.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/ivanbruel",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "RxReachability/Classes/**/*",
"dependencies": {
"ReachabilitySwift": [
"~> 3"
],
"RxSwift": [
"~> 3"
],
"RxCocoa": [
"~> 3"
]
},
"pushed_with_swift_version": "3.0"
}