blob: ca85f888673a60d1d1e9ac821aa9624c779a59c0 [file] [log] [blame]
{
"name": "SDWebImagePhotosPlugin",
"version": "0.4.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": "0.4.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",
"frameworks": "Photos",
"dependencies": {
"SDWebImage/Core": [
"~> 5.0"
]
}
}