| { |
| "name": "DPRadialMenu", |
| "version": "0.0.1", |
| "summary": "A simple from 1 to 3 buttons radial menu, to display radial button inside a view after a long press on that", |
| "description": "Create your 3 buttons radial menu. You can add your own buttons and insert them inside a view with a single line of code.", |
| "homepage": "https://github.com/dariopellegrini/DPRadialMenu", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/dariopellegrini/DPRadialMenu/master/screen/screen1.png", |
| "https://raw.githubusercontent.com/dariopellegrini/DPRadialMenu/master/screen/screen2.png" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Dario Pellegrini": "pellegrini.dario.1303@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/dariopellegrini/DPRadialMenu.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "DPRadialMenu/Classes/**/*" |
| } |