[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / e / c / ReSwiftMiddleware / 0.1.3 / ReSwiftMiddleware.podspec.json
blob250c09786bba87e4a1581065b13f3efe2712443d
2   "name": "ReSwiftMiddleware",
3   "version": "0.1.3",
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.3"
17   },
18   "source_files": "ReSwiftMiddleware/**/*.swift",
19   "dependencies": {
20     "ReSwift": [
21       "~> 4.0.0"
22     ]
23   }