[Add] DocumentReaderFullAuthStage 7.5.10811
[CocoaPods.git] / Specs / 8 / 4 / b / ReSwiftUndo / 0.1.2 / ReSwiftUndo.podspec.json
blobaee84c1a92d1a49ca7cead4f30610c87c08e0b4e
2   "name": "ReSwiftUndo",
3   "version": "0.1.2",
4   "summary": "Swift implementation of redux-undo for use with ReSwift",
5   "homepage": "https://github.com/voluntadpear/ReSwiftUndo",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Guillermo Peralta Scura": "gperaltascura@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.1"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/voluntadpear/ReSwiftUndo.git",
19     "tag": "v0.1.2"
20   },
21   "source_files": "ReSwiftUndo/**/*.{h,swift}",
22   "dependencies": {
23     "ReSwift": [
24       "~> 4.0"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"