blob: 4d512c2f493e7d1ffcb345e76ab5d7ef73a8e8cf [file] [log] [blame]
{
"name": "RxOrientation",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RxOrientation/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
]
}
}