blob: 4fd5282b651181331fcb0ff402e4c6d78df342ab [file] [log] [blame]
{
"name": "UndoProxy",
"version": "0.2.0",
"swift_versions": "5.0",
"summary": "Undo manager with declarative taste",
"description": "Imperative styled Undo manager can easily create retain cycle and create bugs. UndoProxy uses a declarative way to manage undo and redo stack.",
"homepage": "https://github.com/rxpipe/UndoProxy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wddwycc": "wddwyss@gmail.com"
},
"source": {
"git": "https://github.com/rxpipe/UndoProxy.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/wddwycc",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
}
}