blob: 36f5e133095f31cefbe8862550b97fdd52f77970 [file] [log] [blame]
{
"name": "ReactiveCommand",
"version": "1.0.0",
"summary": "Command available in MVVM.",
"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.",
"homepage": "https://github.com/kjisoo/ReactiveCommand",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kjisoo": "kim@jisoo.net"
},
"source": {
"git": "https://github.com/kjisoo/ReactiveCommand.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "ReactiveCommand/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}