| { |
| "name": "DDQuicklookAdditionalViews", |
| "version": "0.1.0", |
| "summary": "An extension for the OSX cocoa class QLPreviewPanel. The Category allows to set additional views in the titlebar.", |
| "homepage": "https://github.com/Daij-Djan/QuicklookAdditionalViews", |
| "authors": { |
| "Dominik Pich": "dominik@pich.info" |
| }, |
| "license": { |
| "type": "MIT" |
| }, |
| "platforms": { |
| "osx": "10.7" |
| }, |
| "source": { |
| "git": "https://github.com/Daij-Djan/QuicklookAdditionalViews.git", |
| "tag": "0.1.0" |
| }, |
| "source_files": "QLPreviewPanel+AdditionalViews/*.{h,m}", |
| "frameworks": "Quartz", |
| "requires_arc": true |
| } |