[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 0 / 6 / RxShell / 2.1.1 / RxShell.podspec.json
blobf219a5b72b800960f4e29988f0bb43db31e0cb2f
2   "name": "RxShell",
3   "version": "2.1.1",
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.1"
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.1"
22     ],
23     "RxSwift": [
24       "5.0.0"
25     ]
26   }