[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 9 / 3 / 8 / RxAlertController / 6.0.1 / RxAlertController.podspec.json
blobd2a93a04bc6bc6723364c76e4486f693e6b225aa
2   "name": "RxAlertController",
3   "version": "6.0.1",
4   "summary": "A reactive wrapper built around UIAlertController.",
5   "description": "RxAlertController allows you to display messages on the screen, using the sequence of RxSwift observable streams instead of traditional closures.",
6   "homepage": "https://github.com/evgeny-sureev/RxAlertController",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evgeny Sureev": "u@litka.ru"
13   },
14   "source": {
15     "git": "https://github.com/evgeny-sureev/RxAlertController.git",
16     "tag": "6.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "5.4"
23   ],
24   "source_files": "RxAlertController/Classes/**/*",
25   "frameworks": "UIKit",
26   "dependencies": {
27     "RxSwift": [
28       "~> 6.0"
29     ]
30   },
31   "swift_version": "5.4"