blob: 76efef643c543127e4b126b9983323b497be1229 [file] [log] [blame]
{
"name": "KYCircleMenu",
"version": "1.2.0",
"summary": "A circle menu with toggling animation.",
"description": " An open source iOS UI control that allows you to build a circular menu by laying out buttons in a circle pattern adjusting from the number of buttons (1~6).\n",
"homepage": "https://github.com/Kjuly/KYCircleMenu",
"license": "MIT",
"authors": {
"Kaijie Yu": "dev@kjuly.com"
},
"source": {
"git": "https://github.com/Kjuly/KYCircleMenu.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "KYCircleMenu",
"frameworks": [
"UIKit",
"CoreGraphics"
]
}