blob: 22fc87bd1a525008e7d7b065937a6d4c17273be0 [file] [log] [blame]
{
"name": "RxAppState",
"version": "1.5.1",
"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.1"
},
"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"
]
}
}