[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 9 / 3 / 8 / RxAlertController / 4.0.0 / RxAlertController.podspec.json
blob743d10cd8e36795de6200e9a5ed491aa68ef4da0
2   "name": "RxAlertController",
3   "version": "4.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": "4.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "RxAlertController/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.3.1"
26     ]
27   }