[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 0 / 6 / RxShell / 2.1.0 / RxShell.podspec.json
blob80a1a0c3d8455dabe3ffac731690110e455a42de
2   "name": "RxShell",
3   "version": "2.1.0",
4   "summary": "A extension for Shell that adds a reactive interface with RxSwift",
5   "homepage": "https://github.com/tuist/shell",
6   "social_media_url": "https://twitter.com/tuist",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/tuist/shell.git",
10     "tag": "2.1.0"
11   },
12   "requires_arc": true,
13   "authors": "Tuist",
14   "swift_version": "5.0",
15   "platforms": {
16     "osx": "10.10"
17   },
18   "source_files": "Sources/RxShell/**/*.{swift}",
19   "dependencies": {
20     "Shell": [
21       "2.1.0"
22     ],
23     "RxSwift": [
24       "5.0.0"
25     ]
26   }