blob: 8fa267455be0f356864646eee9d6b8f680738e6f [file] [log] [blame]
{
"name": "ZenMenu",
"version": "1.1.0",
"summary": "A customizable menu that displays menu items in various circle patterns around the menu button.",
"description": "A customizable menu that displays menu items in various circle patterns the menu button. Choose to display menu items in a full, half, or quarter circle shape around the menu button. Create menu items using a simple string, an image, or a custom UIView you built.",
"homepage": "https://github.com/ZenBanana/ZenMenu",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Tanner Juby": "support@zenbanana.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ZenBanana/ZenMenu.git",
"tag": "1.1.0"
},
"source_files": [
"ZenMenu",
"ZenMenu/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}