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