blob: 6e0960cf718a2318d921462dc32c94ea7054bde2 [file] [log] [blame]
{
"name": "KWDrawerController",
"version": "4.1.1",
"summary": "Drawer view controller that easy to use!",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/kawoou/KWDrawerController",
"authors": {
"Jungwon An": "kawoou@kawoou.kr"
},
"social_media_url": "http://fb.com/kawoou",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kawoou/KWDrawerController.git",
"tag": "v4.1.1"
},
"frameworks": "QuartzCore",
"module_name": "KWDrawerController",
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"DrawerController/Types/*.swift",
"DrawerController/Models/*.swift",
"DrawerController/View/*.swift",
"DrawerController/Animator/*.swift",
"DrawerController/Transition/*.swift",
"DrawerController/*.swift",
"DrawerController/Segue/*.swift"
]
},
{
"name": "RxSwift",
"source_files": "DrawerController/Rx/*.swift",
"dependencies": {
"KWDrawerController/Core": [
],
"RxSwift": [
">= 4.0.0"
],
"RxCocoa": [
">= 4.0.0"
]
}
}
]
}