2 "name": "ReactiveCommand",
4 "summary": "Command available in MVVM.",
5 "description": "You can use the ReactiveCommand to distinguish commands and properties in a ViewModel.\nCommand executes the closure statement or switches Observable.\nCommand can be created by combining multiple commands.\nCommand can be used by binding to Cocoa Component.",
6 "homepage": "https://github.com/kjisoo/ReactiveCommand",
12 "kjisoo": "kim@jisoo.net"
15 "git": "https://github.com/kjisoo/ReactiveCommand.git",
21 "swift_version": "4.2",
22 "source_files": "ReactiveCommand/Classes/**/*",