blob: 82d47883cd284328232264e153a5fde33c365432 [file] [log] [blame]
{
"name": "RxStatusProvider",
"version": "1.0.1",
"summary": "RxSwift extensions for StatusProvider.",
"description": "Some rx extensions for StatusProvider, a protocol to handle initial Loadings, Empty Views and Error Handling in a ViewController & views",
"homepage": "https://github.com/qiuncheng/RxStatusProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qiuncheng": "qiuncheng@gmail.com"
},
"source": {
"git": "https://github.com/qiuncheng/RxStatusProvider.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/vsccw",
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"source_files": "RxStatusProvider/Classes/**/*",
"dependencies": {
"StatusProvider": [
"~> 1.2.10"
],
"RxSwift": [
"~>4.4.1"
],
"RxCocoa": [
"~>4.4.1"
]
}
}