blob: af970269cd0678ec90835709deb2d26cbc2ab322 [file] [log] [blame]
{
"name": "HamburgerMenu",
"version": "1.0.1",
"summary": "An Elegant UITabBarController Subclass.",
"description": "An Elegant UITabBarController Subclass that makes it easy to add a HamburgerMenu to your project.",
"homepage": "https://github.com/tannernelson/hamburger-menu",
"license": "MIT",
"authors": {
"Tanner Nelson": "tannernelson@gmail.com"
},
"source": {
"git": "https://github.com/tannernelson/hamburger-menu.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/the_teet",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HamburgerMenu": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"HamburgerButton": [
"~> 1.0"
]
}
}