| { |
| "name": "DCBlurMenu", |
| "version": "0.0.1", |
| "license": "MIT", |
| "summary": "A blurred swipe down menu designed for iOS.", |
| "description": "DCBlurMenu is a beautiful blurred dropdown navigation menu without any performance problems.", |
| "authors": { |
| "David Chavez": "https://twitter.com/dchavezlive" |
| }, |
| "source": { |
| "git": "https://github.com/dchavezlive/DCBlurMenu.git", |
| "tag": "0.0.1" |
| }, |
| "homepage": "https://github.com/dchavezlive/DCBlurMenu", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "DCBlurMenu", |
| "requires_arc": true, |
| "dependencies": { |
| "ILTranslucentView": [ |
| "~> 0.0.1" |
| ] |
| } |
| } |