blob: cb44579378b4c279925f5b54038746ed008a6e82 [file] [log] [blame]
{
"name": "GLXMacDrawerController",
"version": "0.1.1",
"summary": "Custom drawer controller for macOS 10.11 and above.",
"description": "Written in Swift.\nSupports both layer backed and non-layer backed views.\nSupports instantiation via storyboards.\nStill a work in progress so new features are coming very soon. Contributions are welcome.",
"homepage": "https://github.com/glenmax-ltd/GLXMacDrawerController",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Glenmax": "support@glenmax.com"
},
"platforms": {
"osx": "10.11"
},
"source": {
"git": "https://github.com/glenmax-ltd/GLXMacDrawerController.git",
"branch": "master",
"tag": "v0.1.1"
},
"source_files": "GLXMacDrawerController/*.swift",
"requires_arc": true,
"frameworks": "Cocoa",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3"
}