[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 8 / RxAlertViewable / 0.3 / RxAlertViewable.podspec.json
blob1b642d2a5e38720b9f69e4231ad876a2dd48924b
2   "name": "RxAlertViewable",
3   "version": "0.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.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Classes/**/*",
22   "dependencies": {
23     "RxSwift": [
24       "~> 4.4"
25     ],
26     "RxCocoa": [
27       "~> 4.4"
28     ]
29   }