[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 8 / RxAlertViewable / 0.8.3 / RxAlertViewable.podspec.json
blob496afc2d2c9259746323ecca0ebec12f42db4ef8
2   "name": "RxAlertViewable",
3   "version": "0.8.3",
4   "summary": "A simple alert library with RxSwift supported.",
5   "description": "RxAlertViewable is created for developing the MVVM app with RxSwift. It supports to show a simple alert from the view model class using the signal Observable<RxAlert>.",
6   "homepage": "https://github.com/lm2343635/RxAlertViewable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lm2343635": "lm2343635@126.com"
13   },
14   "source": {
15     "git": "https://github.com/lm2343635/RxAlertViewable.git",
16     "tag": "0.8.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "RxAlertViewable/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5"
26     ],
27     "RxCocoa": [
28       "~> 5"
29     ]
30   },
31   "swift_version": "5.0"