blob: 0faf2c8f7c2d5d31d28b11ebc5e158725e7ef6f6 [file] [log] [blame]
{
"name": "MenuButton",
"version": "1.0.1",
"summary": "Animated button",
"description": "Animated button which looks like material design",
"homepage": "https://github.com/zfort/menubutton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrii Starostenko": "starostenko@zfort.com"
},
"source": {
"git": "https://github.com/zfort/menubutton.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "MenuButton/**/*.{swift}",
"resources": [
"MenuButton/Source/Private/UserInterface/MenuOwnerView/*.{xib}",
"MenuButton/Source/Private/UserInterface/MenuOwnerViewCell/*.{xib}"
]
}