blob: 69c726a6657cefe151ef0aa8ae630b204d53a84c [file] [log] [blame]
{
"name": "ZenMenu",
"version": "1.0.1",
"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.0.1"
},
"source_files": [
"ZenMenu",
"ZenMenu/**/*.{h,m,swift}"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}