27 lines
1013 B
JSON
27 lines
1013 B
JSON
{
|
|
"name": "SideMenu",
|
|
"version": "0.1.4",
|
|
"summary": "SideMenu is a simple and versatile side menu control.",
|
|
"description": "SideMenu is a simple and versatile side menu control. It's highly customizable, but can also be implemented in storyboard without a single line of code. The are three standard animation styles to choose from along with several other options for further customization if desired. Just type SideMenuManager.menu... and code completion will show you everything you can customize.",
|
|
"homepage": "https://github.com/jonkykong/SideMenu",
|
|
"screenshots": "https://raw.githubusercontent.com/jonkykong/SideMenu/master/etc/Preview.gif",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"jonkykong": "jonk@jonked.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/jonkykong/SideMenu.git",
|
|
"tag": "0.1.4"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"requires_arc": true,
|
|
"source_files": "Pod/Classes/**/*",
|
|
"resource_bundles": {
|
|
"SideMenu": [
|
|
"Pod/Assets/*.png"
|
|
]
|
|
}
|
|
}
|