blob: 2035df31cf5f984c6ae9214faf76632914d0f87a [file] [log] [blame]
{
"name": "SwiftRex-LoggerMiddleware",
"version": "0.2.0",
"summary": "SwiftRex Logger Middleware",
"description": "Logs all events, actions and state mutations",
"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",
"watchos": "3.0"
},
"frameworks": "Foundation",
"default_subspecs": "UsingRxSwift",
"subspecs": [
{
"name": "UsingRxSwift",
"dependencies": {
"SwiftRex/UsingRxSwift": [
]
},
"source_files": "Sources/LoggerMiddleware/**/*.swift"
},
{
"name": "UsingReactiveSwift",
"dependencies": {
"SwiftRex/UsingReactiveSwift": [
]
},
"source_files": "Sources/LoggerMiddleware/**/*.swift"
}
]
}