blob: eb8c507568fab40aded5d42882f4ad2eed043414 [file] [log] [blame]
{
"name": "RevealMenuController",
"version": "0.4.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.4.0"
},
"social_media_url": "https://twitter.com/anatoliy_v",
"platforms": {
"ios": "9.0"
},
"source_files": "RevealMenuController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SMIconLabel": [
]
}
}