| { |
| "name": "DKFlexibleMenu", |
| "version": "0.1.1", |
| "summary": "A hexagon popup menu showing around touch point.", |
| "description": "A flexible menu which displays several hexagon menu items around the touch point.\nIt will calculate whether each menu item is visible and show them at the proper place.", |
| "homepage": "https://github.com/drinking/DKFlexibleMenu", |
| "license": "MIT", |
| "authors": { |
| "drinking": "pan49@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/drinking/DKFlexibleMenu.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "DKFlexibleMenu": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |