[Add] LiveKitWebRTC-Vama 125.6422.11-Vama
[CocoaPods.git] / Specs / a / 4 / c / RxDrawerView / 0.4.1 / RxDrawerView.podspec.json
blob8122323d0324a0a2006620be3ad9663dfa1d4e7b
2   "name": "RxDrawerView",
3   "version": "0.4.1",
4   "summary": "RxSwift wrapper for DrawerView",
5   "description": "RxDrawerView is an RxSwift wrapper for DrawerView. With RxDrawerView you can use reactive approach to receive the delegate updates.",
6   "homepage": "https://github.com/mkko/RxDrawerView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Mikko Välimäki": "mkko1373@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/mkko",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/mkko/RxDrawerView.git",
20     "tag": "0.4.1"
21   },
22   "source_files": "RxDrawerView/**/*.swift",
23   "dependencies": {
24     "RxSwift": [
25       "~> 4.0"
26     ],
27     "RxCocoa": [
28       "~> 4.0"
29     ],
30     "DrawerView": [
31       "~> 0.4.7"
32     ]
33   }