blob: 81f72dc9787df3eb39d1c0570ed78f32270e7703 [file] [log] [blame]
{
"name": "RxAppState",
"version": "1.5.0",
"summary": "Handy RxSwift extensions to observe your app's state and view controllers' view-related notifications",
"description": "Transform the state of your App and UIViewController's view-related notifications into RxSwift Observables. Including convenience Observables for common scenarios.",
"homepage": "https://github.com/pixeldock/RxAppState",
"license": "MIT",
"authors": {
"Jörn Schoppe": "joern@pixeldock.com"
},
"source": {
"git": "https://github.com/pixeldock/RxAppState.git",
"tag": "1.5.0"
},
"social_media_url": "https://twitter.com/pixeldock",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 4.4"
],
"RxCocoa": [
"~> 4.4"
]
}
}