| { |
| "name": "RxAlert", |
| "version": "1.1.0", |
| "summary": "A RxSwift extension for UIAlertController", |
| "description": "A RxSwift extension for UIAlertController.", |
| "homepage": "https://github.com/xiaoyaogaojian/RxAlert", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "xiaoyaogaojian": "xiaoyaogaojian@outlook.com" |
| }, |
| "source": { |
| "git": "https://github.com/xiaoyaogaojian/RxAlert.git", |
| "tag": "1.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "RxAlert/Classes/**/*", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.0" |
| ], |
| "RxCocoa": [ |
| "~> 4.0" |
| ] |
| } |
| } |