[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 9 / 3 / 8 / RxAlertController / 2.0.0 / RxAlertController.podspec.json
blobebc4ad1fc3f588c76c2aaf8fd4433bda8773d32b
2   "name": "RxAlertController",
3   "version": "2.0.0",
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": "2.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RxAlertController/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ]
27   },
28   "pushed_with_swift_version": "4.0"