[Add] PayUIndia-PayUParams 4.1.1
[CocoaPods.git] / Specs / 8 / 4 / b / ReSwiftUndo / 0.1.0 / ReSwiftUndo.podspec.json
blob25592cf3cccf29d4e8d0599dc17251a36a9f569f
2   "name": "ReSwiftUndo",
3   "version": "0.1.0",
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.0"
20   },
21   "source_files": "ReSwiftUndo/**/*.{h,swift}",
22   "dependencies": {
23     "ReSwift": [
24       "~> 3.0"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"