[Add] GizoSDK 2.0.2-alpha.07
[CocoaPods.git] / Specs / 4 / e / c / ReSwiftMiddleware / 0.0.1 / ReSwiftMiddleware.podspec.json
blobf48501b728392ac5d4c333c74b696aaa3cdc8125
2   "name": "ReSwiftMiddleware",
3   "version": "0.0.1",
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": "http://EXAMPLE/ReSwiftMiddleware",
7   "license": "MIT",
8   "authors": {
9     "Victor Carvalho Tavernari": "victortavernari@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/Tavernari/ReSwiftMiddleware.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "ReSwiftMiddleware/**/*.swift",
19   "dependencies": {
20     "ReSwift": [
21       "~> 4.0.0"
22     ]
23   }