blob: aa420111d57b5d0b14adbaa9cfb91b3fae57b6f4 [file] [log] [blame]
{
"name": "RevealMenuController",
"version": "0.3.0",
"summary": "Menu controller with expandable item groups, custom position and appearance animation written with Swift.",
"description": "Menu controller with expandable item groups, custom position and appearance animation written with Swift.\nSimilar to AuctionSheet style of UIAlertController.",
"homepage": "https://github.com/anatoliyv/RevealMenuController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anatoliy Voropay": "anatoliy.voropay@gmail.com"
},
"source": {
"git": "https://github.com/anatoliyv/RevealMenuController.git",
"tag": "v.0.3.0"
},
"social_media_url": "https://twitter.com/anatoliy_v",
"platforms": {
"ios": "8.0"
},
"source_files": "RevealMenuController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SMIconLabel": [
]
}
}