blob: 00311667b532890f1d72ba44188b481a3ab5e10e [file] [log] [blame]
{
"name": "RxOrientation",
"version": "0.1.3",
"summary": "Screen orientation notification extension for RxSwift.",
"description": "RxOrientation is a screen orientation notification extension for RxSwift, which transforms the state of screen orientation notifications into RxSwift Observables.",
"homepage": "https://github.com/lm2343635/RxOrientation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lm2343635": "lm2343635@126.com"
},
"source": {
"git": "https://github.com/lm2343635/RxOrientation.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxOrientation/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
}
}