blob: 9f47001f37e0802848f6762a3a5a7b67aef7ed4a [file] [log] [blame]
{
"name": "EMLMenuBar",
"version": "1.1",
"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",
"screenshots": [
"https://raw.github.com/enricmacias/EMLMenuBar/master/Preview/screenshot1.png",
"https://raw.github.com/enricmacias/EMLMenuBar/master/Preview/screenshot2.png",
"https://raw.github.com/enricmacias/EMLMenuBar/master/Preview/screenshot3.png"
],
"license": "MIT",
"authors": {
"enric.macias.lopez": "enric.macias.lopez@gmail.com"
},
"source": {
"git": "https://github.com/enricmacias/EMLMenuBar.git",
"tag": "1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EMLMenuBar": [
"Pod/Assets/*.png"
]
},
"resources": [
"Pod/Resources/*.{xib}"
],
"frameworks": "UIKit"
}