blob: bf91a028ce668314c1af8349465883aa8ac1899f [file] [log] [blame]
{
"name": "AMDrawerController",
"version": "4.2.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/Anumothu/DrawerController",
"authors": {
"Sascha Schwabbauer": "sascha@evolved.io",
"Malte Baumann": "malte@codingdivision.com",
"Alen": "alenbala11@gmail.com"
},
"summary": "A lightweight, easy-to-use side drawer navigation controller (Swift port of MMDrawerController).",
"social_media_url": "http://twitter.com/_saschas",
"source": {
"git": "https://github.com/Anumothu/DrawerController.git",
"tag": "4.2.4"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"DrawerController/DrawerController.swift",
"DrawerController/DrawerSegue.swift"
],
"frameworks": "QuartzCore"
},
{
"name": "DrawerVisualStates",
"source_files": [
"DrawerController/DrawerBarButtonItem.swift",
"DrawerController/AnimatedMenuButton.swift",
"DrawerController/DrawerVisualState.swift"
],
"dependencies": {
"AMDrawerController/Core": [
]
}
}
]
}