blob: 80a1a0c3d8455dabe3ffac731690110e455a42de [file] [log] [blame]
{
"name": "RxShell",
"version": "2.1.0",
"summary": "A extension for Shell that adds a reactive interface with RxSwift",
"homepage": "https://github.com/tuist/shell",
"social_media_url": "https://twitter.com/tuist",
"license": "MIT",
"source": {
"git": "https://github.com/tuist/shell.git",
"tag": "2.1.0"
},
"requires_arc": true,
"authors": "Tuist",
"swift_version": "5.0",
"platforms": {
"osx": "10.10"
},
"source_files": "Sources/RxShell/**/*.{swift}",
"dependencies": {
"Shell": [
"2.1.0"
],
"RxSwift": [
"5.0.0"
]
}
}