blob: aee84c1a92d1a49ca7cead4f30610c87c08e0b4e [file] [log] [blame]
{
"name": "ReSwiftUndo",
"version": "0.1.2",
"summary": "Swift implementation of redux-undo for use with ReSwift",
"homepage": "https://github.com/voluntadpear/ReSwiftUndo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guillermo Peralta Scura": "gperaltascura@gmail.com"
},
"platforms": {
"ios": "9.1"
},
"requires_arc": true,
"source": {
"git": "https://github.com/voluntadpear/ReSwiftUndo.git",
"tag": "v0.1.2"
},
"source_files": "ReSwiftUndo/**/*.{h,swift}",
"dependencies": {
"ReSwift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}