blob: 6737046f894c4246d45f98426e6b25d410e1aca1 [file] [log] [blame]
{
"name": "EMLMenuBar",
"version": "1.0",
"summary": "Shows a menu tool to navigate through UIViewControllers.",
"description": " Shows a menu tool to navigate through UIViewControllers. Using a UIScrollView or UIPageViewController.\n",
"homepage": "https://github.com/enricmacias/EMLMenuBar.git",
"license": "MIT",
"authors": {
"enric.macias.lopez": "enric.macias.lopez@gmail.com"
},
"source": {
"git": "https://github.com/enricmacias/EMLMenuBar.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EMLMenuBar": [
"Pod/Assets/*.png"
]
},
"resources": [
"Pod/Resources/*.{xib}"
],
"frameworks": [
"UIKit",
"MapKit"
]
}