blob: 0239e6ecaacb9bdf9cfb4c978952e2f120493dc9 [file] [log] [blame]
{
"name": "FlexSideMenuController",
"version": "0.1.1",
"summary": "FlexSideMenuController provides capability to add custom animations to be included on side menu display",
"description": " FlexSideMenuController provides capability to add custom animations to be included on side menu display. Support for both pop animation and core animations is available in the included library.\n",
"homepage": "https://github.com/boojapathy/FlexSideMenuController",
"license": "MIT",
"authors": {
"boojapathy": "boojapathy@gmail.com"
},
"source": {
"git": "https://github.com/boojapathy/FlexSideMenuController.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"FlexSideMenuController": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"pop": [
]
}
}