| { |
| "name": "RxAstral", |
| "module_name": "RxAstral", |
| "version": "0.2.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "An Rx extension to Astral", |
| "homepage": "https://github.com/hooliooo/RxAstral", |
| "authors": { |
| "Julio Alorro": "alorro3@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/hooliooo/RxAstral.git", |
| "tag": "0.2.1" |
| }, |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source_files": "Sources/*.swift", |
| "requires_arc": true, |
| "frameworks": "Foundation", |
| "dependencies": { |
| "Astral": [ |
| |
| ], |
| "RxSwift": [ |
| |
| ] |
| }, |
| "swift_version": "4.0" |
| } |