[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / c / ReSwiftMiddleware / 0.1.4 / ReSwiftMiddleware.podspec.json
blobbbbe84b16e5ebf68084b4cd1d82755170f3287bf
2   "name": "ReSwiftMiddleware",
3   "version": "0.1.4",
4   "summary": "ReSwiftMiddleware is a tool to help developers to use Middlewares on ReSwift library",
5   "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.",
6   "homepage": "https://github.com/Tavernari/ReSwiftMiddleware",
7   "license": "MIT",
8   "authors": {
9     "Victor Carvalho Tavernari": "victortavernari@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Tavernari/ReSwiftMiddleware.git",
16     "tag": "0.1.4"
17   },
18   "source_files": "ReSwiftMiddleware/**/*.swift",
19   "dependencies": {
20     "ReSwift": [
21       "~> 5.0.0"
22     ]
23   }