blob: 1fb8b3405ea12bffbc67d9f11f7c07f18b2071b7 [file] [log] [blame]
{
"name": "MLFlyOverMenu",
"version": "0.1.0",
"summary": "A lightweight and convenient way of presenting a view controller inspired by UIPopoverController and SWRevealViewController.",
"description": "A lightweight and convenient way of presenting a view controller inspired by UIPopoverController and SWRevealViewController. Highly customizable. Full initialization and customization from a storyboard.",
"homepage": "http://mustlab.ru",
"license": "MIT",
"authors": {
"MUSTLab Developer": "hello@mustlab.ru"
},
"source": {
"git": "https://bitbucket.org/mustlab_opensource/mlflyovermenu.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"MLFlyOverMenu": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}