blob: 3685f8bd61b4ececd30314b88e3ed2904fd5df7b [file] [log] [blame]
{
"name": "RxAppState",
"version": "1.6.0",
"swift_versions": [
"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.6.0"
},
"social_media_url": "https://twitter.com/pixeldock",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.0"
}