blob: ce0ea21d919d5279b16585e7437f8ec8349518a8 [file] [log] [blame]
{
"name": "ALRadial",
"version": "0.1.0",
"summary": "Radial menus for iOS.",
"description": " \t\t ALRadial is meant to replicate the radial menu's found in the path ios app. A central button is used to display many others eminating out in a circle.\n",
"homepage": "https://github.com/alattis/ALRadial",
"license": {
"type": "MIT",
"file": "ReadMe.md"
},
"authors": "Andrew Lattis",
"source": {
"git": "https://github.com/alattis/ALRadial.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "ALRadial/ALRadial/ALRadial*.{h,m}",
"public_header_files": "ALRadial/ALRadial/ALRadial*.h",
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"requires_arc": true
}