| { |
| "name": "MCBlurredModalController", |
| "version": "0.1.0", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "A sleek way to display your view controller modally.", |
| "homepage": "https://github.com/matthewcheok/MCBlurredModalController", |
| "authors": { |
| "Matthew Cheok": "cheok.jz@gmail.com" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/matthewcheok/MCBlurredModalController.git", |
| "branch": "master", |
| "tag": "0.1.0" |
| }, |
| "source_files": "MCBlurredModalController/*.{h,m}", |
| "public_header_files": "MCBlurredModalController/*.h" |
| } |