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