blob: d8d11ce6ec5ed57c6e606057fc51deb887930449 [file] [log] [blame]
{
"name": "MFExpandableMenu",
"version": "0.0.1",
"summary": "An expandable menu for iOS 7 with transitions and styling",
"homepage": "https://github.com/pheuter/MFExpandableMenu",
"license": "MIT",
"authors": {
"Mark Fayngersh": "phunny.phacts@gmail.com"
},
"source": {
"git": "https://github.com/pheuter/MFExpandableMenu.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/pheuter",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h",
"dependencies": {
"Masonry": [
"~> 0.4.0"
]
}
}