blob: b9221ac1dd14181fa1f48f0073f4d31e700e50ac [file] [log] [blame]
{
"name": "TheSidebarController",
"version": "0.7",
"summary": "A container view controller that implements different popular sidebar view controllers like Facebook, Airbnb, Flipboard, etc.",
"homepage": "https://github.com/jondanao/TheSidebarController/",
"screenshots": "https://raw2.github.com/jondanao/TheSidebarController/master/demo.gif",
"license": "MIT",
"authors": {
"Jon Danao": "jondanao@gmail.com"
},
"source": {
"git": "https://github.com/jondanao/TheSidebarController.git",
"tag": "0.7"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"frameworks": "QuartzCore"
},
"source_files": [
"TheSidebarController/*.{h,m}",
"TheSidebarController/**/*.{h,m}"
],
"header_mappings_dir": "."
}