blob: 7da99c1370840c6286518894cb8a9aa02ef69d27 [file] [log] [blame]
{
"name": "SwiftRex-ReachabilityMiddleware",
"version": "0.1.0",
"summary": "SwiftRex Reachability Middleware",
"description": "Keeps the state up-to-date with current network reachability so you can observe\nor react to the changes easily from other middlewares or from your UI",
"homepage": "https://github.com/SwiftRex/Middlewares",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Luiz Barbosa": "swiftrex@developercity.de"
},
"source": {
"git": "https://github.com/swiftrex/Middlewares.git",
"tag": "v0.1.0"
},
"requires_arc": true,
"swift_version": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"frameworks": "Foundation",
"default_subspecs": "UsingRxSwift",
"source_files": "Sources/ReachabilityMiddleware/**/*.swift",
"dependencies": {
"ReachabilitySwift": [
]
},
"subspecs": [
{
"name": "UsingRxSwift",
"dependencies": {
"SwiftRex/UsingRxSwift": [
]
}
},
{
"name": "UsingReactiveSwift",
"dependencies": {
"SwiftRex/UsingReactiveSwift": [
]
}
}
]
}