blob: 81c90da8b132997b5a3161c27963283c53f16f3c [file] [log] [blame]
{
"name": "SDWebImagePhotosPlugin",
"version": "1.0.0",
"summary": "A SDWebImage plugin to support Photos framework image loading.",
"description": "This is a SDWebImage loader plugin to support Apple's Photos framework image asset.",
"homepage": "https://github.com/SDWebImage/SDWebImagePhotosPlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImagePhotosPlugin.git",
"tag": "1.0.0"
},
"platforms": {
"osx": "10.13",
"ios": "8.0",
"tvos": "10.0"
},
"source_files": [
"SDWebImagePhotosPlugin/Classes/**/*",
"SDWebImagePhotosPlugin/Module/SDWebImagePhotosPlugin.h"
],
"module_map": "SDWebImagePhotosPlugin/Module/SDWebImagePhotosPlugin.modulemap",
"pod_target_xcconfig": {
"SUPPORTS_MACCATALYST": "YES",
"DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": "NO"
},
"frameworks": "Photos",
"dependencies": {
"SDWebImage/Core": [
"~> 5.0"
]
}
}