blob: 5ea6f413f5d91d95233b016299a9f2c973e3ab8c [file] [log] [blame]
{
"name": "STMSideMenuController",
"version": "0.1.0",
"summary": "A Google-like side-menu/drawer for iOS written in Objective-C",
"description": " A Google-like side-menu/drawer for iOS written in Objective-C with custom transition for central section\n",
"homepage": "https://github.com/stefanomondino/STMSideMenuController",
"license": "MIT",
"authors": {
"Stefano Mondino": "stefano.mondino.dev@gmail.com"
},
"source": {
"git": "https://github.com/stefanomondino/STMSideMenuController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"STMSideMenuController": [
"Pod/Assets/*.png"
]
},
"deprecated_in_favor_of": "Pax"
}