blob: 8bba42876dd4af2ec3ae40f025716348996e11db [file] [log] [blame]
{
"name": "CCDrawerController",
"version": "1.0.0",
"summary": "A lightweight, easy to use side navigation controller. Forked from DrawerController.",
"homepage": "https://github.com/chris-corea/CCDrawerController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chris-corea": "ccorea@juul.com"
},
"source": {
"git": "https://github.com/chris-corea/CCDrawerController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"subspecs": [
{
"name": "Core",
"source_files": [
"CCDrawerController/Classes/DrawerController.swift",
"CCDrawerController/Classes/DrawerSegue.swift"
],
"frameworks": "QuartzCore"
},
{
"name": "CCDrawerVisualStates",
"source_files": [
"CCDrawerController/Classes/DrawerBarButtonItem.swift",
"CCDrawerController/Classes/AnimatedMenuButton.swift",
"CCDrawerController/Classes/DrawerVisualState.swift"
],
"dependencies": {
"CCDrawerController/Core": [
]
}
}
]
}