| { |
| "name": "BYImagePreview", |
| "version": "1.0.3", |
| "summary": "简易图片预览器", |
| "description": "iOS简易图片预览器,支持Image, URL, String", |
| "homepage": "https://github.com/mg459046365/BYImagePreview", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Beryter": "mg459046365@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/mg459046365/BYImagePreview.git", |
| "tag": "1.0.3" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": [ |
| "5.0" |
| ], |
| "source_files": "BYImagePreview/Classes/**/*", |
| "resource_bundles": { |
| "BYImagePreview": [ |
| "BYImagePreview/Assets/*.png" |
| ] |
| }, |
| "requires_arc": true, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "Kingfisher": [ |
| "~> 5.7" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |