| { |
| "name": "JXFilePreviewViewController", |
| "version": "1.0.1", |
| "summary": "A File Preview", |
| "homepage": "https://github.com/zhujiaxiang/JXFilePreviewViewController", |
| "license": "MIT", |
| "authors": { |
| "朱佳翔": "zjxbaozoudhm@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/zhujiaxiang/JXFilePreviewViewController.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "JXFilePreviewViewController/**/*.{h,m}", |
| "public_header_files": "JXFilePreviewViewController/**/*.h", |
| "resources": "JXFilePreviewViewController/Image.xcassets/**/*.png", |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.0.0" |
| ] |
| } |
| } |