blob: adb1fd0cdefe595b57cf1aadbf0a533cc163a12c [file] [log] [blame]
{
"name": "BYImagePreview",
"version": "1.0.0",
"summary": "简易图片预览器",
"description": "TODO: Add long description of the pod here.",
"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.0"
},
"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"
}