blob: 8122323d0324a0a2006620be3ad9663dfa1d4e7b [file] [log] [blame]
{
"name": "RxDrawerView",
"version": "0.4.1",
"summary": "RxSwift wrapper for DrawerView",
"description": "RxDrawerView is an RxSwift wrapper for DrawerView. With RxDrawerView you can use reactive approach to receive the delegate updates.",
"homepage": "https://github.com/mkko/RxDrawerView",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mikko Välimäki": "mkko1373@gmail.com"
},
"social_media_url": "http://twitter.com/mkko",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mkko/RxDrawerView.git",
"tag": "0.4.1"
},
"source_files": "RxDrawerView/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"DrawerView": [
"~> 0.4.7"
]
}
}