blob: 1b006ded2e4fb7d48b00d44e2b18f9ad536c4bb7 [file] [log] [blame]
{
"name": "KWDrawerController",
"version": "4.2",
"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.2"
},
"frameworks": "QuartzCore",
"module_name": "KWDrawerController",
"requires_arc": true,
"default_subspecs": "Core",
"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"
]
}
}
]
}