blob: 65dc7a1ea8d2ad8708c7a5d1f82dd8266f440a94 [file] [log] [blame]
{
"name": "CombineReachability",
"version": "1.0.1",
"summary": "Combine publishers for Reachability",
"description": "CombineReachability adds easy to use Combine publishers for [ReachabilitySwift](https://github.com/ashleymills/Reachability.swift).\nIt adds the ability to react to network reachability changes in a reactive way using the power of Combine.\nThis library was inspired by the RxSwift Community's [RxReachability](https://github.com/RxSwiftCommunity/RxReachability) library.",
"homepage": "https://github.com/istvan-kreisz/CombineReachability.git",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Istvan Kreisz": "kreiszdev@gmail.com"
},
"source": {
"git": "https://github.com/istvan-kreisz/CombineReachability.git",
"tag": "1.0.1"
},
"source_files": "Sources/CombineReachability/*",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0"
},
"frameworks": "Foundation",
"swift_versions": "5.1",
"dependencies": {
"ReachabilitySwift": [
"~> 5.0.0"
]
},
"swift_version": "5.1"
}