blob: aad5f3c0895063de92b11d6e3b34a2ac0949216c [file] [log] [blame]
{
"name": "CombineReachability",
"version": "1.0.0",
"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.0"
},
"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"
}