blob: 1d960d25a55189ee8f0d2db524504ec7fc154a83 [file] [log] [blame]
{
"name": "DualSlideMenu",
"version": "0.1.1",
"summary": "Swipe to the left or right for a table view",
"description": "Allows the main view of an app to be clutter free by placing all the navigation and buttons in side menus that can be easily reached by swiping to the left or right",
"homepage": "https://github.com/vinnyoodles/DualSlideMenu",
"license": "MIT",
"authors": {
"Vincent Le": "vinnyoodles@gmail.com"
},
"source": {
"git": "https://github.com/vinnyoodles/DualSlideMenu.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DualSlideMenu": [
"Pod/Assets/*.png"
]
}
}