blob: c0ae9e7547987a50ab32a9b270771a8ee38626fe [file] [log] [blame]
{
"name": "AdaptiveSidebarViewController",
"version": "0.0.2",
"summary": "A simple a simple container which can adaptively display a viewcontroller in a sidebar.",
"description": "AdaptiveSidebarViewController is a simple container which can adaptively display a\nviewcontroller in a sidebar (regular environment) or pushed on the\nnavigation stack (compact environment).",
"homepage": "https://github.com/apploft/AdaptiveSidebarViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mathias Köhnke",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/apploft/AdaptiveSidebarViewController.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}