| { | |
| "name": "RxSubject", | |
| "version": "0.1.0", | |
| "summary": "A short description of RxSubject.", | |
| "description": "TODO: Add long description of the pod here.", | |
| "homepage": "https://github.com/zsfy/RxSubject", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "zsfy": "zsfy27@163.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/zsfy/RxSubject.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "RxSubject/Classes/**/*", | |
| "dependencies": { | |
| "RxSwift": [ | |
| ] | |
| } | |
| } |