| { |
| "name": "RxUIApplicationDelegate", |
| "version": "0.1.0", |
| "summary": "UIApplicationDelegate with a declarative input/output interface.", |
| "description": "RxUIApplicationDelegate serves as an application delegate while providing a declarative means of input (render(model: Model)) and output (RxSwift.Observable<Model>).", |
| "homepage": "https://github.com/brian.semiglia@gmail.com/RxUIApplicationDelegate", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "brian.semiglia@gmail.com": "brian.semiglia@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/briansemiglia/RxUIApplicationDelegate.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/brians_", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "RxUIApplicationDelegate/Classes/**/*", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.0" |
| ], |
| "Changeset": [ |
| "3.1" |
| ] |
| } |
| } |