blob: 8cf05b8ec04d2d2ffc4d13323539ae22e78c66e3 [file] [log] [blame]
{
"name": "RxShell",
"version": "2.1.3",
"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.3"
},
"requires_arc": true,
"authors": "Tuist",
"swift_version": "5.0",
"platforms": {
"osx": "10.10"
},
"source_files": "Sources/RxShell/**/*.{swift}",
"dependencies": {
"Shell": [
"2.1.3"
],
"RxSwift": [
"5.0.0"
]
}
}