blob: d339ffc678f321662e3e19dd6c4b5b6ffa1a5b7d [file] [log] [blame]
{
"name": "RevealMenuController",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/anatoliy_v",
"platforms": {
"ios": "8.0"
},
"source_files": "RevealMenuController/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SMIconLabel": [
"~> 0.1.0"
]
}
}