| { |
| "name": "RxAlertExtension", |
| "version": "1.0.0", |
| "summary": "RxAlertExtension", |
| "description": "Extension UIAlertController with Rx.\nUse UIAlertController with Rx.", |
| "homepage": "https://github.com/RxSwiftCommunity/RxAlert", |
| "license": "MIT", |
| "authors": { |
| " RxSwift Community ": " community@rxswift.org " |
| }, |
| "source": { |
| "git": "https://github.com/RxSwiftCommunity/RxAlert.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "4.2", |
| "source_files": "RxAlert/*.swift", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4" |
| ], |
| "RxCocoa": [ |
| "~> 4" |
| ] |
| } |
| } |