blob: 7de690052ea5db1057432134821ce0d3314d75d8 [file] [log] [blame]
{
"name": "TheSidebarController",
"version": "0.6",
"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.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"frameworks": "QuartzCore"
},
"source_files": [
"TheSidebarController/*.{h,m}",
"TheSidebarController/**/*.{h,m}"
],
"header_mappings_dir": "."
}