[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 4 / f / RxAlert / 0.1.0 / RxAlert.podspec.json
blob1ea3cc145f3b701c9b9e000f0cb55b25783fc0f5
2   "name": "RxAlert",
3   "version": "0.1.0",
4   "summary": "A RxSwift extension for UIAlertController",
5   "description": "A RxSwift extension for UIAlertController.",
6   "homepage": "https://github.com/xiaoyaogaojian/RxAlert",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xiaoyaogaojian": "xiaoyaogaojian@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/xiaoyaogaojian/RxAlert.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RxAlert/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ],
27     "RxCocoa": [
28       "~> 4.0"
29     ]
30   }