blob: f7862cd9ad8c397ec313adf5485f850c004e40c7 [file] [log] [blame]
{
"name": "RxAppState",
"version": "1.1.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.1.0"
},
"social_media_url": "https://twitter.com/pixeldock",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
},
"pushed_with_swift_version": "4.0"
}