blob: ccbfc5e446dcbc84c078fecd55b177f85b489cb6 [file] [log] [blame]
{
"name": "SwiftRex-ReachabilityMiddleware",
"version": "0.2.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.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"frameworks": "Foundation",
"default_subspecs": "UsingRxSwift",
"dependencies": {
"ReachabilitySwift": [
]
},
"subspecs": [
{
"name": "UsingRxSwift",
"dependencies": {
"SwiftRex/UsingRxSwift": [
]
},
"source_files": "Sources/ReachabilityMiddleware/**/*.swift"
},
{
"name": "UsingReactiveSwift",
"dependencies": {
"SwiftRex/UsingReactiveSwift": [
]
},
"source_files": "Sources/ReachabilityMiddleware/**/*.swift"
}
]
}