blob: 83be3c4ce525dcd8cb8af3c39e9f85898b206127 [file] [log] [blame]
{
"name": "ReSwiftMiddleware",
"version": "0.0.2",
"summary": "ReSwiftMiddleware is a tool to help developers to use Middlewares on ReSwift library",
"description": "I have used the ReSwift Framework, so when I needed to implement middlewares, a see it a little bit confused to use, so I made this tool to help others to create MiddleWares.",
"homepage": "https://github.com/Tavernari/ReSwiftMiddleware",
"license": "MIT",
"authors": {
"Victor Carvalho Tavernari": "victortavernari@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Tavernari/ReSwiftMiddleware.git",
"tag": "0.0.2"
},
"source_files": "ReSwiftMiddleware/**/*.swift",
"dependencies": {
"ReSwift": [
"~> 4.0.0"
]
}
}