blob: f48501b728392ac5d4c333c74b696aaa3cdc8125 [file] [log] [blame]
{
"name": "ReSwiftMiddleware",
"version": "0.0.1",
"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": "http://EXAMPLE/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.1"
},
"source_files": "ReSwiftMiddleware/**/*.swift",
"dependencies": {
"ReSwift": [
"~> 4.0.0"
]
}
}