blob: bce84ff96edb94fa8a3adac7d329135b163df213 [file] [log] [blame]
{
"name": "BYImagePreview",
"version": "1.0.4",
"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.4"
},
"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"
}