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